diff options
Diffstat (limited to 'new_comment.cgi')
-rwxr-xr-x | new_comment.cgi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/new_comment.cgi b/new_comment.cgi index ad014514d..7f428ef80 100755 --- a/new_comment.cgi +++ b/new_comment.cgi @@ -43,14 +43,14 @@ if ( (!defined $c) || ($c eq '') ) { print "Content-type: text/html\n\n"; print "<TITLE>Nothing on your mind?</TITLE>"; print "<H1>Does your mind draw a blank?</H1>"; - print "<H2> Hit back, and try again...</H2>"; + print "<H2> Hit back, and try again...</H2>"; exit 0; } if ($c =~ m/</) { - print "Content-type: text/html\n\n"; - print "<CENTER><H1>For security reasons, support for tags"; - print " has been turned off in quips.\n</H1>\n"; - print "<H2> Hit back, and try again...</H2></CENTER>\n"; + print "Content-type: text/html\n\n"; + print "<CENTER><H1>For security reasons, support for tags"; + print " has been turned off in quips.\n</H1>\n"; + print "<H2> Hit back, and try again...</H2></CENTER>\n"; exit 0; } |