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; }