From: timriker Date: Tue, 13 Jul 2004 02:45:32 +0000 (+0000) Subject: html fixes, and UTF-8 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=bfc83458c5653955df1361dbb311656eeb01f6c4;p=infobot.git html fixes, and UTF-8 git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1001 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/scripts/irclog2html.pl b/scripts/irclog2html.pl index cad4d84..f10324c 100755 --- a/scripts/irclog2html.pl +++ b/scripts/irclog2html.pl @@ -61,15 +61,15 @@ sub header { my ($channel, $date) = @_; my $return = ''; - $return .= qq{ + $return .= qq{ irclog2html for $channel on $date - - + + - +

irclog2html for $channel on $date

}; @@ -91,7 +91,7 @@ sub footer { freshmeat.net! Modified by Tim Riker to work with blootbot logs, split per channel, etc. -
+ }; return $return; }