]> git.donarmstrong.com Git - infobot.git/commitdiff
html fixes, and UTF-8
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Tue, 13 Jul 2004 02:45:32 +0000 (02:45 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Tue, 13 Jul 2004 02:45:32 +0000 (02:45 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1001 c11ca15a-4712-0410-83d8-924469b57eb5

scripts/irclog2html.pl

index cad4d841d7666dec292ab08fef65e61d2dfcf996..f10324c1e39e20e35f1c973cf59cbb59570df169 100755 (executable)
@@ -61,15 +61,15 @@ sub header {
        my ($channel, $date) = @_;
        my $return = '';
 
-       $return .= qq{<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+       $return .= qq{<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
 <head>
        <title>irclog2html for $channel on $date</title>
        <meta name="generator" content="irclog2html.pl by Jeff Waugh">
-       <meta name="version" content="Version 0.9 - 5th April 2000">
-       <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+       <meta name="version" content="Version 1.5 - 11th May 2000">
+       <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 </head>
-<body text="#000000" bgcolor="#ffffff"><tt>
+<body text="#000000" bgcolor="#ffffff">
 <h1>irclog2html for $channel on $date</h1>
 };
 
@@ -91,7 +91,7 @@ sub footer {
 <a href="http://freshmeat.net/appindex/2000/03/28/954251322.html">freshmeat.net</a>!
 Modified by <a href="http://www.Rikers.org">Tim Riker</a> to work with
 <a href="http://blootbot.sourceforge.net/">blootbot</a> logs, split per channel, etc.
-</tt></body></html>
+</body></html>
 };
        return $return;
 }