Skip to content

Commit

Permalink
better handling of anchor name in docs index SC#306
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Aug 29, 2006
1 parent c0e3c8d commit 5e0ff18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}

if (!empty($sub)) {
$sub = "#$sub";
$sub = '#'.s($sub);
} else {
$sub = "";
}
Expand Down

0 comments on commit 5e0ff18

Please sign in to comment.