diff options
author | justdave%syndicomm.com <> | 2001-10-10 15:36:45 +0200 |
---|---|---|
committer | justdave%syndicomm.com <> | 2001-10-10 15:36:45 +0200 |
commit | 0322bad0c6a29d82260f89427094f64cd99f1064 (patch) | |
tree | 81ad9d29157e737d1ff9ea9d71163d22271a5831 /editusers.cgi | |
parent | ae874876253cba5f29ec1ca7f0afc9c7c8071c22 (diff) | |
download | bugzilla-0322bad0c6a29d82260f89427094f64cd99f1064.tar.gz bugzilla-0322bad0c6a29d82260f89427094f64cd99f1064.tar.xz |
partial backout of the checkin from bug 103121, because it collided with the patch from bug 51519. This should satifactorily
meet the goals of both patches. patch by kiko, r= justdave
Diffstat (limited to 'editusers.cgi')
-rwxr-xr-x | editusers.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editusers.cgi b/editusers.cgi index 12b077b66..e03402ad3 100755 --- a/editusers.cgi +++ b/editusers.cgi @@ -202,7 +202,7 @@ sub EmitFormElements ($$$$$) sub PutTrailer (@) { - my (@links) = ("Back to the <A HREF=\"index.html\">index</A>", + my (@links) = ("Back to the <A HREF=\"./\">index</A>", "<A HREF=\"editusers.cgi?action=add\">Add a new user</A>", @_); my $count = $#links; |