summaryrefslogtreecommitdiffstats
path: root/buglist.cgi
diff options
context:
space:
mode:
authorterry%mozilla.org <>1999-05-06 06:29:46 +0200
committerterry%mozilla.org <>1999-05-06 06:29:46 +0200
commita7277d491c62b8fae47524401c1c72e7c887b585 (patch)
tree06baa338109afca781cbabb2695d9dcc7eb83606 /buglist.cgi
parentfab2e1c696fe45e372b53cf78fbd8c0f4bdcc72e (diff)
downloadbugzilla-a7277d491c62b8fae47524401c1c72e7c887b585.tar.gz
bugzilla-a7277d491c62b8fae47524401c1c72e7c887b585.tar.xz
Added newlines to the end of some messages; the last line was getting
eaten sometimes.
Diffstat (limited to 'buglist.cgi')
-rwxr-xr-xbuglist.cgi15
1 files changed, 10 insertions, 5 deletions
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
<TITLE>What a hack.</TITLE>
-Loading your query named <B>$::FORM{'namedcmd'}</B>...";
+Loading your query named <B>$::FORM{'namedcmd'}</B>...
+";
exit;
};
/^forgetnamed$/ && do {
@@ -84,7 +85,8 @@ Content-type: text/html
<TITLE>Forget what?</TITLE>
OK, the <B>$::FORM{'namedcmd'}</B> query is gone.
<P>
-<A HREF=query.cgi>Go back to the query page.</A>";
+<A HREF=query.cgi>Go back to the query page.</A>
+";
exit;
};
/^asnamed$/ && do {
@@ -98,7 +100,8 @@ OK, you now have a new query named <B>$::FORM{'newqueryname'}</B>.
<P>
-<A HREF=query.cgi>Go back to the query page.</A>";
+<A HREF=query.cgi>Go back to the query page.</A>
+";
} else {
print "Content-type: text/html
@@ -107,7 +110,8 @@ OK, you now have a new query named <B>$::FORM{'newqueryname'}</B>.
Query names can only have letters, digits, spaces, or underbars. You entered
\"<B>$::FORM{'newqueryname'}</B>\", which doesn't cut it.
<P>
-Click the <B>Back</B> button and type in a valid name for this query.";
+Click the <B>Back</B> button and type in a valid name for this query.
+";
}
exit;
};
@@ -121,7 +125,8 @@ OK, you now have a new default query.
<P>
-<A HREF=query.cgi>Go back to the query page, using the new default.</A>";
+<A HREF=query.cgi>Go back to the query page, using the new default.</A>
+";
exit;
};
}