From: terry%mozilla.org <> Date: Thu, 6 May 1999 04:29:46 +0000 (+0000) Subject: Added newlines to the end of some messages; the last line was getting X-Git-Tag: bugzilla-2.6~84 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a7277d491c62b8fae47524401c1c72e7c887b585;p=thirdparty%2Fbugzilla.git Added newlines to the end of some messages; the last line was getting eaten sometimes. --- diff --git a/buglist.cgi b/buglist.cgi index 9d42528edd..bd83f34ed5 100755 --- a/buglist.cgi +++ b/buglist.cgi @@ -73,7 +73,8 @@ CMD: for ($::FORM{'cmdtype'}) { Refresh: 0; URL=$url
-Go back to the query page."; +Go back to the query page. +"; exit; }; /^asnamed$/ && do { @@ -98,7 +100,8 @@ OK, you now have a new query named $::FORM{'newqueryname'}.
-Go back to the query page."; +Go back to the query page. +"; } else { print "Content-type: text/html @@ -107,7 +110,8 @@ OK, you now have a new query named $::FORM{'newqueryname'}. Query names can only have letters, digits, spaces, or underbars. You entered \"$::FORM{'newqueryname'}\", which doesn't cut it.
-Click the Back button and type in a valid name for this query."; +Click the Back button and type in a valid name for this query. +"; } exit; }; @@ -121,7 +125,8 @@ OK, you now have a new default query.
-Go back to the query page, using the new default."; +Go back to the query page, using the new default. +"; exit; }; }