w3c validation failure

mikeytown2 - October 26, 2008 - 16:57
Project:PHP Web-Stat integration
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Jochen Wendebaum
Status:closed
Description

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>';

#1

Jochen Wendebaum - May 28, 2009 - 18:17
Assigned to:Anonymous» Jochen Wendebaum
Status:active» fixed

Thanks for the note, just commited this change, will be published with the next version!

#2

Jochen Wendebaum - May 28, 2009 - 18:18
Status:fixed» closed
 
 

Drupal is a registered trademark of Dries Buytaert.