fixed an overlooked reference to a .gif that was moved.

This commit is contained in:
Dan Olson 2000-04-07 17:36:58 +00:00
parent cb810b8bee
commit 742b6047d5
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@
function tableSpacer( $height, $width, $cols, $bgColor )
{
echo '<TH colSpan="' . $cols . '" width="' . $width . '" bgColor="' . $bgColor . '">' .
' <IMG src="/img/misc/blank.gif" height="' . $height . '" width="' . $width . '" border="0" alt="">' .
' <IMG src="/img/blank.gif" height="' . $height . '" width="' . $width . '" border="0" alt="">' .
'</TH>';
}