mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-10 07:11:43 +00:00
fixed an overlooked reference to a .gif that was moved.
This commit is contained in:
parent
cb810b8bee
commit
742b6047d5
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@
|
||||||
function tableSpacer( $height, $width, $cols, $bgColor )
|
function tableSpacer( $height, $width, $cols, $bgColor )
|
||||||
{
|
{
|
||||||
echo '<TH colSpan="' . $cols . '" width="' . $width . '" bgColor="' . $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>';
|
'</TH>';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue