This commit is contained in:
kestes%walrus.com 2002-04-27 04:24:43 +00:00
Родитель bd79bbc1ac
Коммит 437a05108c
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -2,8 +2,8 @@
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# $Revision: 1.22 $
# $Date: 2002/04/27 04:23:46 $
# $Revision: 1.23 $
# $Date: 2002/04/27 04:24:43 $
# $Author: kestes%walrus.com $
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/bin/tinder.cgi,v $
# $Name: $
@ -419,7 +419,7 @@ sub HTML_status_page {
$out .= $links;
$out .= $previous_links;
$out .= "<!-- Table Legend -->\n";
$out .= <FONT SIZE=\"+3\"><B><NOBR>Table Legend</NOBR></B></FONT>
$out .= "<FONT SIZE=\"+3\"><B><NOBR>Table Legend</NOBR></B></FONT>"
$out .= "<table width=\"100%\" cellpadding=0 cellspacing=0>\n";
$out .= " @legend\n\n";
$out .= "</table>\n\n";