changes to get closer to XHTML 1.0 compiance

This commit is contained in:
JT Smith 2003-07-01 02:57:41 +00:00
parent 397e64aff8
commit 713d94221f
3 changed files with 10 additions and 10 deletions

View file

@ -135,7 +135,7 @@ sub drawVertical {
$padding .= "   ";
}
for ($i=1;$i<=$spacing;$i++) {
$leading .= "<br>";
$leading .= "<br />";
}
foreach $pageId (keys %{$tree}) {
$output .= $padding.$bullet.'<a class="'.$class.'"';