From 56965aba234fc8e0d9df935bb3e617eca07b22cd Mon Sep 17 00:00:00 2001 From: joy <> Date: Thu, 18 Sep 2003 10:20:54 -0800 Subject: [PATCH] [project @ 2003-09-18 11:20:54 by joy] properly arrange the
s at the bottom --- cgi/common.pl | 2 +- scripts/text.in | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cgi/common.pl b/cgi/common.pl index d30442ec..8afd9874 100644 --- a/cgi/common.pl +++ b/cgi/common.pl @@ -580,7 +580,7 @@ sub htmlizebugs { $result = $header . $result if ( $common{show_list_header} ); $result .= $debbugs::gHTMLExpireNote if $gRemoveAge and $anydone; - $result .= $footer if ( $common{show_list_footer} ); + $result .= "
" . $footer if ( $common{show_list_footer} ); return $result; } diff --git a/scripts/text.in b/scripts/text.in index 12ff3edd..a1df9194 100644 --- a/scripts/text.in +++ b/scripts/text.in @@ -1,4 +1,4 @@ -# $Id: text.in,v 1.22 2003/08/24 23:30:04 cjwatson Exp $ +# $Id: text.in,v 1.23 2003/09/18 11:20:54 joy Exp $ ############################################################################ # Here is a blurb to point people to ftp archive of directions. It is @@ -171,7 +171,7 @@ $gHTMLStart = ""; ############################################################################ # shows up at the end of (most) html pages. ############################################################################ -$gHTMLTail = "
+$gHTMLTail = "
$gMaintainer <$gMaintainerEmail>. Last modified: -- 2.39.5