From 8c8850eb2df838e34ff3ed9fab40d2d6a76489d6 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Tue, 16 Nov 1999 16:05:51 +0000 Subject: Updates --- html/functions.php3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/functions.php3') diff --git a/html/functions.php3 b/html/functions.php3 index efa23165..39166af4 100644 --- a/html/functions.php3 +++ b/html/functions.php3 @@ -58,7 +58,7 @@ function dt($string) { /* FIXME: for now, just inline them. */ function footnote ($text) { - print "

[" . $text . "]

"; + print "

[" . $text . "]

"; } /* A hyper-link with optional mouse over text. -- cgit v1.2.3