summaryrefslogtreecommitdiffstats
path: root/editusers.cgi
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2001-10-10 15:36:45 +0200
committerjustdave%syndicomm.com <>2001-10-10 15:36:45 +0200
commit0322bad0c6a29d82260f89427094f64cd99f1064 (patch)
tree81ad9d29157e737d1ff9ea9d71163d22271a5831 /editusers.cgi
parentae874876253cba5f29ec1ca7f0afc9c7c8071c22 (diff)
downloadbugzilla-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-xeditusers.cgi2
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;