1.4.10: bug in include/themes.inc.php 1.4.10: bug in include/themes.inc.php
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

1.4.10: bug in include/themes.inc.php

Started by Zarzal, November 06, 2006, 10:58:18 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Zarzal

Line 1161 contains:
$template_tab_display = array('left_text' => '<td width="100%%" align="left" valign="middle" class="tableh1_compact" style="white-space: nowrap"><b>{LEFT_TEXT}</b></td>' . "\n",

there is a double %% at width="100

Sami

‍I don't answer to PM with support question
Please post your issue to related board

Zarzal

thanks for pointing me to this. My fault.