From bfc83458c5653955df1361dbb311656eeb01f6c4 Mon Sep 17 00:00:00 2001 From: timriker Date: Tue, 13 Jul 2004 02:45:32 +0000 Subject: [PATCH] html fixes, and UTF-8 git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1001 c11ca15a-4712-0410-83d8-924469b57eb5 --- scripts/irclog2html.pl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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; } -- 2.39.5