This commit is contained in:
kestes%walrus.com 2002-05-01 03:10:32 +00:00
parent 98e93721e0
commit d01e119f4c

View File

@ -12,8 +12,8 @@
# the completed string before it is returned.
# $Revision: 1.18 $
# $Date: 2002/05/01 03:07:23 $
# $Revision: 1.19 $
# $Date: 2002/05/01 03:10:32 $
# $Author: kestes%walrus.com $
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/lib/HTMLPopUp.pm,v $
# $Name: $
@ -105,7 +105,7 @@ $VERSION = '#tinder_version#';
# find this hard to ready so I set a variable.
if (defined($TinderConfig::$EMPTY_TABLE_CELL)) {
$EMPTY_TABLE_CELL = $TinderConfig::$EMPTY_TABLE_CELL;
$EMPTY_TABLE_CELL = $TinderConfig::EMPTY_TABLE_CELL;
} else {
$EMPTY_TABLE_CELL =" ";
}