]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
partial backout of the checkin from bug 103121, because it collided with the patch...
authorjustdave%syndicomm.com <>
Wed, 10 Oct 2001 13:36:45 +0000 (13:36 +0000)
committerjustdave%syndicomm.com <>
Wed, 10 Oct 2001 13:36:45 +0000 (13:36 +0000)
meet the goals of both patches.  patch by kiko, r= justdave

editusers.cgi

index 12b077b665d63cc3bc48e5baa6593b14edea56a3..e03402ad32c529af6a88d6fa09acd157b5c4b065 100755 (executable)
@@ -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;