aboutsummaryrefslogtreecommitdiff
path: root/html/functions.php3
diff options
context:
space:
mode:
Diffstat (limited to 'html/functions.php3')
-rw-r--r--html/functions.php32
1 files changed, 1 insertions, 1 deletions
diff --git a/html/functions.php3 b/html/functions.php3
index c3bb4bc7..715fbafc 100644
--- a/html/functions.php3
+++ b/html/functions.php3
@@ -152,7 +152,7 @@ function footer($filemodified=".") {
function click_to_go_back() {
print "<p>\nClick <a href=\"index.phtml\">here</a> to go back to the ";
- print $project_title;
+ print $project_title; // FIXME: doesn't work.
print " front page.</p>\n";
}