Tadashi Okoshi
slash****@users*****
2005年 6月 30日 (木) 19:44:43 JST
Index: affelio/bin/get_content.cgi diff -u affelio/bin/get_content.cgi:1.9 affelio/bin/get_content.cgi:1.10 --- affelio/bin/get_content.cgi:1.9 Thu Jun 30 19:43:24 2005 +++ affelio/bin/get_content.cgi Thu Jun 30 19:44:43 2005 @@ -6,7 +6,7 @@ # http://affelio.jp/ (Japan) # http://affelio.jp/ (USA and other area) # -# $Id: get_content.cgi,v 1.9 2005/06/30 10:43:24 slash5234 Exp $ +# $Id: get_content.cgi,v 1.10 2005/06/30 10:44:43 slash5234 Exp $ use strict; @@ -257,7 +257,7 @@ } print "Content-type: text/html; charset=UTF-8\n"; print "Pragma: no-cache\n\n"; - print "<HTML><DIV style="font-size: x-small;">$mystatus</DIV></HTML>"; + print "<HTML><DIV style=\"font-size: x-small;\">$mystatus</DIV></HTML>"; debug_print("get_content: mystatus!"); exit(1); }