At the end of a webpage it says:

<noscript>
<link type="text/css" rel="stylesheet" media="all" href="/sites/all/modules/safeclick/safeclick_noscript_tag.css" />
<div id="safeclick_noscript_tag">Sorry, you need to enable JavaScript to visit this website.</div>
</noscript>

This is not allowed according to http://validator.w3.org/:

Document type XHTML 1.0 Strict does not allow element "link" here:
…" media="all" href="/sites/all/modules/safeclick/safeclick_noscript_tag.css" />

Comments

p0deje’s picture

Status: Active » Fixed

Fixed by removing "link" element and adding "style"

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.