diff options
| author | Thom Brown | 2011-11-08 15:31:17 +0000 |
|---|---|---|
| committer | Thom Brown | 2011-11-08 15:31:17 +0000 |
| commit | afa42ff04614cde2d9a593a1a83842baec5df7b9 (patch) | |
| tree | 4f4c5b6e8e162ae0f852d001a9ca3f795910c059 /templates/featurematrix | |
| parent | ee96a260411d7f4b8ad39f17d6ba5e4ce6bb7177 (diff) | |
Add the type attribute to style tag on feature matrix page as per HTML standard.
Diffstat (limited to 'templates/featurematrix')
| -rw-r--r-- | templates/featurematrix/featurematrix.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/featurematrix/featurematrix.html b/templates/featurematrix/featurematrix.html index c68c4fd1..a2e4a95e 100644 --- a/templates/featurematrix/featurematrix.html +++ b/templates/featurematrix/featurematrix.html @@ -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; } |
