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:
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>";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user