Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: [MOD] util.php 1.4 - HTML Output Error Fix  (Read 2692 times)

0 Members and 1 Guest are viewing this topic.

frankyknife

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 20
[MOD] util.php 1.4 - HTML Output Error Fix
« on: July 10, 2005, 09:09:02 pm »

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
Code: [Select]
starttable('100%');

print '<tr><td>';

=> DELETE IT!



util.php - starting line 448
Code: [Select]
print '</td></tr>';
endtable();

=> REPLACE IT WITH:
Code: [Select]
print '<br />';



greez, Franky

Logged
Pages: [1]   Go Up
 

Page created in 0.016 seconds with 19 queries.