1
0
mirror of https://github.com/moodle/moodle.git synced 2025-04-25 10:26:17 +02:00

Merge branch 'MDL-64486-master' of git://github.com/peterRd/moodle

This commit is contained in:
Sara Arjona 2019-01-22 08:23:03 +01:00
commit 3f64d5baee

@ -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>";
}