From: joey Date: Sat, 22 Sep 2007 17:15:36 +0000 (+0000) Subject: fix html X-Git-Tag: 2.9~55 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d0b1b244281102a07f675880c401ca831ff113d4;p=ikiwiki.git fix html --- diff --git a/IkiWiki/Plugin/map.pm b/IkiWiki/Plugin/map.pm index 97450eb6d..93ff3194a 100644 --- a/IkiWiki/Plugin/map.pm +++ b/IkiWiki/Plugin/map.pm @@ -92,7 +92,7 @@ sub preprocess (@) { #{{{ $p.="/".shift(@bits); $map .= "
  • " .htmllink($params{page}, $params{destpage}, $p, class => "mapparent") - ."\n"; + ."\n"; $openli=1; } else { @@ -103,7 +103,7 @@ sub preprocess (@) { #{{{ $map .= "
  • " .htmllink($params{page}, $params{destpage}, "/".$common_prefix."/".$item, class => "mapitem") - ."\n"; + ."\n"; $openli=1; $parent=$item; }