diff options
Diffstat (limited to 'html/functions.php3')
| -rw-r--r-- | html/functions.php3 | 2 |
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. |
