Fix for bug 51519: Links to index are too specific. Patch by

john.beranek@pace.co.uk (John Beranek)


git-svn-id: svn://10.0.0.236/trunk@78352 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dave%intrec.com
2000-09-07 06:31:12 +00:00
parent 1c01fd597c
commit 9cf0aa1b59
2 changed files with 2 additions and 2 deletions

View File

@@ -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;

View File

@@ -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;