Add the type attribute to style tag on feature matrix page as per HTML standard.
authorThom Brown <thom@linux.com>
Tue, 8 Nov 2011 15:31:17 +0000 (15:31 +0000)
committerThom Brown <thom@linux.com>
Tue, 8 Nov 2011 15:31:17 +0000 (15:31 +0000)
templates/featurematrix/featurematrix.html

index c68c4fd1799ae142d4ce6a1b9ec9f448f208e27f..a2e4a95ec2288f81c39dd6862d11c75639e4d6d9 100644 (file)
@@ -1,7 +1,7 @@
 {%extends "base/page.html"%}
 {%block title%}Feature Matrix{%endblock%}
 {%block extrahead%}
-<style>
+<style type="text/css">
 td.fm_no { background-color: #ffdddd !important; }
 td.fm_yes {  background-color: #ddffdd !important; }
 td.fm_obs { background-color: #ddddff !important; }