aboutsummaryrefslogtreecommitdiff
path: root/html/functions.php3
diff options
context:
space:
mode:
authorDavid Aspinall1999-11-16 16:05:51 +0000
committerDavid Aspinall1999-11-16 16:05:51 +0000
commit8c8850eb2df838e34ff3ed9fab40d2d6a76489d6 (patch)
treef58044eb4d67176e4418f65b23c12b154a3188af /html/functions.php3
parent8247e2f5be2e0da25e49f676ebc2ab461b131b98 (diff)
Updates
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 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 "<p><small><i>[" . $text . "]</i></small></p>";
+ print "<p><i><small>[" . $text . "]</small></i></p>";
}
/* A hyper-link with optional mouse over text.