master
joey 2007-09-22 17:15:36 +00:00
parent c1474d795c
commit d0b1b24428
1 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ sub preprocess (@) { #{{{
$p.="/".shift(@bits); $p.="/".shift(@bits);
$map .= "<li>" $map .= "<li>"
.htmllink($params{page}, $params{destpage}, $p, class => "mapparent") .htmllink($params{page}, $params{destpage}, $p, class => "mapparent")
."</span>\n"; ."\n";
$openli=1; $openli=1;
} }
else { else {
@ -103,7 +103,7 @@ sub preprocess (@) { #{{{
$map .= "<li>" $map .= "<li>"
.htmllink($params{page}, $params{destpage}, .htmllink($params{page}, $params{destpage},
"/".$common_prefix."/".$item, class => "mapitem") "/".$common_prefix."/".$item, class => "mapitem")
."</span>\n"; ."\n";
$openli=1; $openli=1;
$parent=$item; $parent=$item;
} }