diff -Nru shingetsu.old/Shingetsu/Gateway.pm shingetsu/Shingetsu/Gateway.pm --- shingetsu.old/Shingetsu/Gateway.pm 2005-01-10 00:56:20.000000000 +0900 +++ shingetsu/Shingetsu/Gateway.pm 2005-01-10 01:02:23.000000000 +0900 @@ -3,7 +3,7 @@ # # (c) FukTommy # Released under the GNU General Public License -# $Id: Gateway.pm,v 1.32 2005/01/09 15:56:20 fuktommy Exp $ +# $Id: Gateway.pm,v 1.33 2005/01/09 16:02:23 fuktommy Exp $ # package Shingetsu::Gateway; @@ -448,7 +448,6 @@ my $ver = $Shingetsu::Config::version; my $rss = $opt{rss} || "${root}gateway.cgi/rss"; print "Content-Type: text/html; charset=UTF-8\r\n", - "Content-Language: $$message{lang}\r\n", "X-Shingetsu: shinGETsu/$ver\r\n", "\r\n"; print "\n", @@ -507,22 +506,22 @@ my($next) = @_; my $ver = $Shingetsu::Config::version; my($title) = @_; - print "Content-Type: text/html; charset=UTF-8\r\n", - "Content-Language: en\r\n", + print "Content-Type: text/html; charset=ISO-8859-1\r\n", "X-Shingetsu: shinGETsu/$ver\r\n", "\r\n", - '', - '', - '', - '', - "moved", - "", - "", - "", - "

Click and jump to $next

\n", - "", - "\n"; + "\n", + "\n", + "\n", + "\n", + " moved\n", + " \n", + " \n", + "\n", + "\n", + "

Click and jump to $next

\n", + "\n", + "\n\n"; } #