diff --git a/modules/footnotes.pl b/modules/footnotes.pl index 6abfea42..545aff81 100644 --- a/modules/footnotes.pl +++ b/modules/footnotes.pl @@ -16,7 +16,7 @@ # 59 Temple Place, Suite 330 # Boston, MA 02111-1307 USA -$ModulesDescription .= '
$Id: footnotes.pl,v 1.4 2004/06/17 01:13:18 as Exp $
'; +$ModulesDescription .= '$Id: footnotes.pl,v 1.5 2004/08/16 01:03:22 as Exp $
'; my $MyFootnoteCounter = 0; my @MyFootnotes = (); @@ -44,13 +44,15 @@ sub FootnoteRule { sub NewFootnotePrintFooter { my @params = @_; if ($MyFootnoteCounter) { - print ''; + print '
', $q->a({-name=>$i, -href=>'#f'.$i}, $i . '.' ), ' '; ApplyRules(shift(@MyFootnotes), 1); + print '
'; } - print '