Closed (fixed)
Project:
PHP Web-Stat integration
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
26 Oct 2008 at 16:57 UTC
Updated:
28 May 2009 at 18:18 UTC
replace this
$ret = '<script type="text/javascript" src="'.$path.'/track.php?mode=js"></script><noscript><img src="'.$path.'/track_noscript.php" border="0" alt="" width="1" height="1"></noscript>';
with this for xhtml
$ret = '<script type="text/javascript" src="'.$path.'/track.php?mode=js"></script><noscript><div style="display:inline;"><img src="'.$path.'/track_noscript.php" style="border:0;" alt="" width="1" height="1" /></div></noscript>';
or this for html
$ret = '<script type="text/javascript" src="'.$path.'/track.php?mode=js"></script><noscript><div style="display:inline;"><img src="'.$path.'/track_noscript.php" style="border:0;" alt="" width="1" height="1"></div></noscript>';
Comments
Comment #1
jochen wendebaum commentedThanks for the note, just commited this change, will be published with the next version!
Comment #2
jochen wendebaum commented