mirror of
https://github.com/moodle/moodle.git
synced 2025-04-25 10:26:17 +02: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