projects
/
pgweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee96a26
)
Add the type attribute to style tag on feature matrix page as per HTML standard.
author
Thom Brown
<thom@linux.com>
Tue, 8 Nov 2011 15:31:17 +0000
(15:31 +0000)
committer
Thom Brown
<thom@linux.com>
Tue, 8 Nov 2011 15:31:17 +0000
(15:31 +0000)
templates/featurematrix/featurematrix.html
patch
|
blob
|
blame
|
history
diff --git
a/templates/featurematrix/featurematrix.html
b/templates/featurematrix/featurematrix.html
index c68c4fd1799ae142d4ce6a1b9ec9f448f208e27f..a2e4a95ec2288f81c39dd6862d11c75639e4d6d9 100644
(file)
--- 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; }