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 /doeditowners.cgi | |
parent | 3789246e0d115ebd9b0f280c8fa209a690e425fe (diff) | |
download | bugs-89eccc9b74482b8c636a02d3a6bcf3ec2947eb7b.tar bugs-89eccc9b74482b8c636a02d3a6bcf3ec2947eb7b.tar.gz bugs-89eccc9b74482b8c636a02d3a6bcf3ec2947eb7b.tar.bz2 bugs-89eccc9b74482b8c636a02d3a6bcf3ec2947eb7b.tar.xz bugs-89eccc9b74482b8c636a02d3a6bcf3ec2947eb7b.zip |
Backed out Andrew's patch -- turns out it was doing quoting sublty wrong.
Diffstat (limited to 'doeditowners.cgi')
-rwxr-xr-x | doeditowners.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doeditowners.cgi b/doeditowners.cgi index 88bfdeb65..b09d7298b 100755 --- a/doeditowners.cgi +++ b/doeditowners.cgi @@ -68,5 +68,5 @@ foreach my $update (@updates) { } print "OK, done.<p>\n"; -print "<A HREF=\"editowners.cgi\">Edit the owners some more.</A>\n<P>\n"; -print "<A HREF=\"query.cgi\">Go back to the query page.</A>\n"; +print "<a href=editowners.cgi>Edit the owners some more.</a><p>\n"; +print "<a href=query.cgi>Go back to the query page.</a>\n"; |