diff --git a/main/gradebook/index.php b/main/gradebook/index.php index 6eac4aff9b..ae14a74a15 100755 --- a/main/gradebook/index.php +++ b/main/gradebook/index.php @@ -779,10 +779,8 @@ if (!empty($selectCat)) { if (!api_is_allowed_to_edit(null, true)) { $actionsLeft .= Display::url( - Display::returnFontAwesomeIcon('file-pdf-o').get_lang( - 'DownloadReportPdf' - ), - api_get_self()."?".api_get_self()."&action=export_table", + Display::returnFontAwesomeIcon('file-pdf-o').get_lang('DownloadReportPdf'), + api_get_self().'?action=export_table', ['class' => 'btn btn-default'] ); }