From 430a652fcfc2ab50665fadd47fd3689d24446348 Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" <> Date: Sat, 13 Oct 2001 08:36:13 +0000 Subject: Fix for bug 104516: No code changes in this patch, all this checkin does is remove all tabs from the bugzilla source and replace it with the appropriate number of spaces (in most cases 8) to line up with existing code. This is part of the effort to bring the existing codebase up to par with our style guidelines. Patch by Jake Steehagen r= justdave x2 --- new_comment.cgi | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'new_comment.cgi') 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 "Nothing on your mind?"; print "

Does your mind draw a blank?

"; - print "

Hit back, and try again...

"; + print "

Hit back, and try again...

"; exit 0; } if ($c =~ m/

For security reasons, support for tags"; - print " has been turned off in quips.\n

\n"; - print "

Hit back, and try again...

\n"; + print "Content-type: text/html\n\n"; + print "

For security reasons, support for tags"; + print " has been turned off in quips.\n

\n"; + print "

Hit back, and try again...

\n"; exit 0; } -- cgit v1.2.3-24-g4f1b