[MOD] util.php 1.4 - HTML Output Error Fix [MOD] util.php 1.4 - HTML Output Error Fix
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

[MOD] util.php 1.4 - HTML Output Error Fix

Started by frankyknife, July 10, 2005, 09:09:02 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

frankyknife

Hi!

i have CPG 1.3.2 and 1.3.3 installed and have some ourput source errors within util.php. -> after the config screen there are some table mistakes on the output/final screen which are stretching the whole layout to the sky!!!  :P

dont know if others have the same problem...?!


if you need it, here's the code:

util.php - starting line 359

starttable('100%');

print '<tr><td>';


=> DELETE IT!



util.php - starting line 448

print '</td></tr>';
endtable();


=> REPLACE IT WITH:

print '<br />';




greez, Franky