mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
better handling of anchor name in docs index SC#306
This commit is contained in:
parent
c0e3c8d2b2
commit
5e0ff187c7
@ -11,7 +11,7 @@
|
||||
}
|
||||
|
||||
if (!empty($sub)) {
|
||||
$sub = "#$sub";
|
||||
$sub = '#'.s($sub);
|
||||
} else {
|
||||
$sub = "";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user