From d0b1b244281102a07f675880c401ca831ff113d4 Mon Sep 17 00:00:00 2001 From: joey Date: Sat, 22 Sep 2007 17:15:36 +0000 Subject: [PATCH] fix html --- IkiWiki/Plugin/map.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.44.0