Closed (fixed)
Project:
SafeClick
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Aug 2010 at 05:22 UTC
Updated:
24 Sep 2010 at 10:20 UTC
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
Comment #1
p0deje commentedFixed by removing "link" element and adding "style"