Add the type attribute to style tag on feature matrix page as per HTML standard.

This commit is contained in:
Thom Brown
2011-11-08 15:31:17 +00:00
parent ee96a26041
commit afa42ff046

View 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; }