From 76e71d975b58bc381d955038a049f33654621f01 Mon Sep 17 00:00:00 2001 From: "kestes%walrus.com" Date: Mon, 6 May 2002 18:36:28 +0000 Subject: [PATCH] put a comment for Time to help debug HTML. --- webtools/tinderbox2/src/lib/TinderDB/Time.pm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/webtools/tinderbox2/src/lib/TinderDB/Time.pm b/webtools/tinderbox2/src/lib/TinderDB/Time.pm index faf705b12fe4..1e679f843f5f 100644 --- a/webtools/tinderbox2/src/lib/TinderDB/Time.pm +++ b/webtools/tinderbox2/src/lib/TinderDB/Time.pm @@ -30,8 +30,8 @@ -# $Revision: 1.7 $ -# $Date: 2002/05/02 22:58:28 $ +# $Revision: 1.8 $ +# $Date: 2002/05/06 18:36:28 $ # $Author: kestes%walrus.com $ # $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/lib/TinderDB/Time.pm,v $ # $Name: $ @@ -48,7 +48,7 @@ use VCDisplay; -$VERSION = ( qw $Revision: 1.7 $ )[1]; +$VERSION = ( qw $Revision: 1.8 $ )[1]; sub new { @@ -148,7 +148,8 @@ sub status_table_row { $hour_color = "bgcolor=#e7e7e7"; } - my(@outrow) = ("\t". + my(@outrow) = ("\t\n". + "\t\t". "$query_link\n"); $self->last_hour($hour);