diff options
author | terry%netscape.com <> | 1998-11-17 04:43:49 +0100 |
---|---|---|
committer | terry%netscape.com <> | 1998-11-17 04:43:49 +0100 |
commit | 0ca30382be83fccfc4e352096c87c56bbf8a673c (patch) | |
tree | 36342c8de0050b5bed4b67b29a14eb97e78c5e28 /doeditowners.cgi | |
parent | 1cf02cc7c177a691ae9980f928ae30efb84a8c99 (diff) | |
download | bugzilla-0ca30382be83fccfc4e352096c87c56bbf8a673c.tar.gz bugzilla-0ca30382be83fccfc4e352096c87c56bbf8a673c.tar.xz |
Patch by Andrew Anderson <andrew@redhat.com>. Many minor bugfixes and cleanup.
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 b09d7298b..88bfdeb65 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><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>\n<P>\n"; +print "<A HREF=\"query.cgi\">Go back to the query page.</A>\n"; |