Skip to content

Commit 9bbf9e2

Browse files
committed
Minor - fix link
1 parent 6ab526d commit 9bbf9e2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

main/gradebook/index.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -779,10 +779,8 @@ function confirmation() {
779779

780780
if (!api_is_allowed_to_edit(null, true)) {
781781
$actionsLeft .= Display::url(
782-
Display::returnFontAwesomeIcon('file-pdf-o').get_lang(
783-
'DownloadReportPdf'
784-
),
785-
api_get_self()."?".api_get_self()."&action=export_table",
782+
Display::returnFontAwesomeIcon('file-pdf-o').get_lang('DownloadReportPdf'),
783+
api_get_self().'?action=export_table',
786784
['class' => 'btn btn-default']
787785
);
788786
}

0 commit comments

Comments
 (0)