From 0e124e23be2f7be4b5c47572cecf7da8064b56b9 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Sat, 13 Jul 2002 17:53:27 +0000 Subject: Fix link in mozilla in click_to_go_back. --- html/functions.php3 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'html') diff --git a/html/functions.php3 b/html/functions.php3 index 208abc17..aaa4fc56 100644 --- a/html/functions.php3 +++ b/html/functions.php3 @@ -155,8 +155,10 @@ function footer($filemodified=".") { } function click_to_go_back() { - print "
\nClick here to go back to the "; - print $project_title; // FIXME: doesn't work. + // FIXME: the empty href no longer refers to the root, + // so this use of "/" breaks relative linking. + print "
\nClick here to go back to the "; + print $project_title; // FIXME: doesn't work, prints nothing. print " front page.
\n"; } -- cgit v1.2.3