Imported Upstream version 0.72.4

This commit is contained in:
TANIGUCHI Takaki
2012-04-08 21:33:59 +09:00
parent cef31abc8c
commit 2f23ea4b4a
1170 changed files with 116562 additions and 55295 deletions

View File

@@ -1,7 +1,7 @@
<?php
# dvdisaster homepage: Footnote functions
# Copyright (C) 2007-2010 Carsten Gn<47>rlich
# Copyright (C) 2007-2012 Carsten Gn<47>rlich
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -20,7 +20,7 @@
function footnote($symbol, $name, $content)
{
echo "<table width=\"30%\" cellpadding=\"0\"><tr bgcolor=\"#000000\"><td><img width=1 height=1 alt=\"\"></td></tr></table>\n";
echo "<table width=\"30%\" cellpadding=\"0\"><tr><td class=\"hsep\"></td></tr></table>\n";
echo "<a name=\"$name\"><sup>$symbol)</sup>$content</a>\n";
}
?>