diff --git a/webtools/tinderbox2/src/lib/TinderDB/Notice.pm b/webtools/tinderbox2/src/lib/TinderDB/Notice.pm index 2f30b5f8d90..48fa87f2929 100755 --- a/webtools/tinderbox2/src/lib/TinderDB/Notice.pm +++ b/webtools/tinderbox2/src/lib/TinderDB/Notice.pm @@ -30,8 +30,8 @@ # kestes@walrus.com Home. # Contributor(s): -# $Revision: 1.21 $ -# $Date: 2002-05-06 19:04:58 $ +# $Revision: 1.22 $ +# $Date: 2002-05-06 19:08:55 $ # $Author: kestes%walrus.com $ # $Source: /home/jrmuizel/cvs-mirror/mozilla/webtools/tinderbox2/src/lib/TinderDB/Notice.pm,v $ # $Name: $ @@ -84,7 +84,7 @@ use Utils; use HTMLPopUp; use TinderDB::BasicTxtDB; -$VERSION = ( qw $Revision: 1.21 $ )[1]; +$VERSION = ( qw $Revision: 1.22 $ )[1]; @ISA = qw(TinderDB::BasicTxtDB); @@ -394,9 +394,7 @@ sub status_table_row { "\t\n"); } else { @outrow = ("\t\n". - "\t\t\n". - "\t\t\t$HTMLPopUp::EMPTY_TABLE_CELL\n". - "\t\t\n"); + "\t\t$HTMLPopUp::EMPTY_TABLE_CELL\n"); } diff --git a/webtools/tinderbox2/src/lib/TinderDB/Time.pm b/webtools/tinderbox2/src/lib/TinderDB/Time.pm index 74779382bf5..08b2b8c119c 100644 --- a/webtools/tinderbox2/src/lib/TinderDB/Time.pm +++ b/webtools/tinderbox2/src/lib/TinderDB/Time.pm @@ -30,8 +30,8 @@ -# $Revision: 1.9 $ -# $Date: 2002-05-06 19:04:57 $ +# $Revision: 1.10 $ +# $Date: 2002-05-06 19:08:55 $ # $Author: kestes%walrus.com $ # $Source: /home/jrmuizel/cvs-mirror/mozilla/webtools/tinderbox2/src/lib/TinderDB/Time.pm,v $ # $Name: $ @@ -48,7 +48,7 @@ use VCDisplay; -$VERSION = ( qw $Revision: 1.9 $ )[1]; +$VERSION = ( qw $Revision: 1.10 $ )[1]; sub new { @@ -149,7 +149,7 @@ sub status_table_row { } my(@outrow) = ("\t\n". - "\t\t". + "\t\t\n". "\t\t\t$query_link\n". "\t\t\n");