From 049673c569097ea85921b3b8fc32cd61bdb0990a Mon Sep 17 00:00:00 2001
From: timriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Date: Mon, 19 Jul 2004 22:59:39 +0000
Subject: [PATCH] ws

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1009 c11ca15a-4712-0410-83d8-924469b57eb5
---
 scripts/irclog2html.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/irclog2html.pl b/scripts/irclog2html.pl
index f10324c..2c53090 100755
--- a/scripts/irclog2html.pl
+++ b/scripts/irclog2html.pl
@@ -160,7 +160,7 @@ sub output_timenicktext {
 		$lineout .= "$time " if $time;
 		$lineout .= "<font color=\"$htmlcolour\">&lt\;$nick&gt\; $text<\/font><br>\n";
 	}
-	output_line($date, $time,$channel,$lineout);
+	output_line($date, $time, $channel, $lineout);
 }
 
 sub output_timeservermsg {
-- 
2.39.5