From a7277d491c62b8fae47524401c1c72e7c887b585 Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Thu, 6 May 1999 04:29:46 +0000 Subject: Added newlines to the end of some messages; the last line was getting eaten sometimes. --- buglist.cgi | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'buglist.cgi') diff --git a/buglist.cgi b/buglist.cgi index 9d42528ed..bd83f34ed 100755 --- a/buglist.cgi +++ b/buglist.cgi @@ -73,7 +73,8 @@ CMD: for ($::FORM{'cmdtype'}) { Refresh: 0; URL=$url What a hack. -Loading your query named $::FORM{'namedcmd'}..."; +Loading your query named $::FORM{'namedcmd'}... +"; exit; }; /^forgetnamed$/ && do { @@ -84,7 +85,8 @@ Content-type: text/html Forget what? OK, the $::FORM{'namedcmd'} query is gone.

-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; }; } -- cgit v1.2.1