diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-19 03:06:32 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-19 03:06:32 +0000 |
commit | 02e4b42034e62cacaf4c4a6bb7ca296e7dc8528d (patch) | |
tree | be8742abb49a1af1d2839394bc026ad0cb207fc0 /IkiWiki | |
parent | ccd3a7e2c2fb5307b84abc79e7d0b897621e2850 (diff) |
kill footer
Diffstat (limited to 'IkiWiki')
-rw-r--r-- | IkiWiki/Plugin/otl.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/IkiWiki/Plugin/otl.pm b/IkiWiki/Plugin/otl.pm index 6406483ff..6514f0301 100644 --- a/IkiWiki/Plugin/otl.pm +++ b/IkiWiki/Plugin/otl.pm @@ -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; } # }}} |