From bc447ad3d358d188a7e8789430615186c8f04016 Mon Sep 17 00:00:00 2001 From: "preed%sigkill.com" <> Date: Wed, 16 Jul 2003 16:16:16 +0000 Subject: Bug 207206: doeditparams.cgi XHTML compatibility. Patch by jocuri@softhome.net, r=kiko, a=justdave --- doeditparams.cgi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doeditparams.cgi') diff --git a/doeditparams.cgi b/doeditparams.cgi index cba06dd29..4abf1ccbf 100755 --- a/doeditparams.cgi +++ b/doeditparams.cgi @@ -40,7 +40,7 @@ my $cgi = Bugzilla->cgi; print $cgi->header(); if (!UserInGroup("tweakparams")) { - print "
\n"; -print "Edit the params some more.
\n"; -print "Go back to the query page.\n"; +print "Edit the params some more.
\n"; +print "Go back to the query page.\n"; PutFooter(); -- cgit v1.2.3-24-g4f1b