another typo.

This commit is contained in:
kestes%walrus.com 2002-05-01 03:11:20 +00:00
parent d01e119f4c
commit 084dd32d69

View File

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