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 |
Jump to:
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
Thanks for the note, just commited this change, will be published with the next version!
#2