aboutsummaryrefslogtreecommitdiffhomepage
path: root/html
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2000-09-29 17:55:49 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2000-09-29 17:55:49 +0000
commitc8bb81e9f89313c41fb95e0d58ac5e388ce94b1c (patch)
treedc5415c8a01492e0c29f87fe2b05f67fb130789a /html
parent0343b2b7187a599d2373e92e00d5e8ad7da91c3f (diff)
Click to go back links to root.
Diffstat (limited to 'html')
-rw-r--r--html/functions.php32
1 files changed, 1 insertions, 1 deletions
diff --git a/html/functions.php3 b/html/functions.php3
index 864eab3f..c4817bee 100644
--- a/html/functions.php3
+++ b/html/functions.php3
@@ -140,7 +140,7 @@ function footer($filemodified=".") {
}
function click_to_go_back() {
- print "<p>\nClick <a href=\"index.html\">here</a> to go back to the ";
+ print "<p>\nClick <a href=\"\">here</a> to go back to the ";
print $project_title; // FIXME: doesn't work.
print " front page.</p>\n";
}