From 755c784749405bc48eda11d3860d8c82dde95ceb 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@1001 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/scripts/irclog2html.pl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/blootbot/scripts/irclog2html.pl b/blootbot/scripts/irclog2html.pl index cad4d84..f10324c 100755 --- a/blootbot/scripts/irclog2html.pl +++ b/blootbot/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