]> sipb.mit.edu Git - ikiwiki.git/commitdiff
kill footer
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 19 Aug 2006 03:06:32 +0000 (03:06 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 19 Aug 2006 03:06:32 +0000 (03:06 +0000)
IkiWiki/Plugin/otl.pm

index 6406483ff576d026d57963d75d8b526d6c272e8b..6514f0301e81bb39a50e956be727dee0e0c74485 100644 (file)
@@ -35,6 +35,7 @@ sub htmlize ($) { #{{{
        my $ret=<IN>;
        $ret=~s/.*<body>//s;
        $ret=~s/<body>.*//s;
+       $ret=~s/<div class="Footer">.*//s;
        return $ret;
 } # }}}