Skip to content

Commit

Permalink
Merge branch 'MDL-64486-master' of git://github.com/peterRd/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
sarjona committed Jan 22, 2019
2 parents e404c97 + bcb6549 commit 3f64d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/glossary/lib.php
Expand Up @@ -2740,7 +2740,7 @@ function glossary_get_paging_bar($totalcount, $page, $perpage, $baseurl, $maxpag
if ($showspecial) {
$code .= '<br />';
if ($specialselected) {
$code .= "<b>$specialtext</b>";
$code .= "$separator<b>$specialtext</b>";
} else {
$code .= "$separator<a href=\"{$baseurl}page=$specialvalue\">$specialtext</a>";
}
Expand Down

0 comments on commit 3f64d5b

Please sign in to comment.