]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 51519: Links to index are too specific. Patch by
authordave%intrec.com <>
Thu, 7 Sep 2000 13:31:12 +0000 (13:31 +0000)
committerdave%intrec.com <>
Thu, 7 Sep 2000 13:31:12 +0000 (13:31 +0000)
john.beranek@pace.co.uk (John Beranek)

editgroups.cgi
editusers.cgi

index 27474b6920373229c3e6948cdbc563a79aec02a2..16827ba99a825dd504f208b18b4be78d1497de8d 100755 (executable)
@@ -69,7 +69,7 @@ sub ShowError ($)
 
 sub PutTrailer (@)
 {
-    my (@links) = ("<a href=index.html>Back to the Main Bugs Page</a>", @_);
+    my (@links) = ("<a href=\"./\">Back to the Main Bugs Page</a>", @_);
 
     my $count = $#links;
     my $num = 0;
index 735d4ea298c812fe538a9a29e64771ef12beb045..73ee8f1315fcb7d6772d80439e922629a34e6e8a 100755 (executable)
@@ -198,7 +198,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>", @_);
 
     my $count = $#links;
     my $num = 0;