kill footer

master
joey 2006-08-19 03:06:32 +00:00
parent ccd3a7e2c2
commit 02e4b42034
1 changed files with 1 additions and 0 deletions

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