XHTML does not allow
elements immediately within elements, so the getclicky module causes sites to fail validation.
Lines 106-116 of getclicky.module need to be changed to add <p> elements
$script .= '<noscript><p><img alt="Clicky" src="http://in.getclicky.com/'.$getclicky_account.'-db4.gif" /></p></noscript>';
and
$script .= '<noscript><p><img alt="Clicky" src="http://in.getclicky.com/'.$getclicky_account.'-db4.gif" /></p></noscript>';
Comments
Comment #1
rsvelko commentedcommited