diff options
author | terry%netscape.com <> | 1998-11-21 03:18:33 +0000 |
---|---|---|
committer | terry%netscape.com <> | 1998-11-21 03:18:33 +0000 |
commit | 89eccc9b74482b8c636a02d3a6bcf3ec2947eb7b (patch) | |
tree | 235232c5fcc2e5d1fb13ad91e8b44da262c2a3f3 /doeditparams.cgi | |
parent | Wasn't handling spaces in components or versions correctly. (diff) | |
download | bugzilla-89eccc9b74482b8c636a02d3a6bcf3ec2947eb7b.tar.gz bugzilla-89eccc9b74482b8c636a02d3a6bcf3ec2947eb7b.tar.bz2 bugzilla-89eccc9b74482b8c636a02d3a6bcf3ec2947eb7b.zip |
Backed out Andrew's patch -- turns out it was doing quoting sublty wrong.
Diffstat (limited to 'doeditparams.cgi')
-rwxr-xr-x | doeditparams.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doeditparams.cgi b/doeditparams.cgi index 514fdbd7d..e43fd73ce 100755 --- a/doeditparams.cgi +++ b/doeditparams.cgi @@ -70,6 +70,6 @@ foreach my $i (@::param_list) { WriteParams(); print "OK, done.<p>\n"; -print "<A HREF=\"editparams.cgi\">Edit the params some more.</A>\n<P>\n"; -print "<A HREF=\"query.cgi\">Go back to the query page.</A>\n"; +print "<a href=editparams.cgi>Edit the params some more.</a><p>\n"; +print "<a href=query.cgi>Go back to the query page.</a>\n"; |