better handling of anchor name in docs index SC#306

This commit is contained in:
skodak 2006-08-29 20:38:23 +00:00
parent c0e3c8d2b2
commit 5e0ff187c7

View File

@ -11,7 +11,7 @@
}
if (!empty($sub)) {
$sub = "#$sub";
$sub = '#'.s($sub);
} else {
$sub = "";
}