aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2011-11-08 11:28:56 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2011-11-08 11:28:56 -0800
commit7afe52cca96c0d035b0138dbcea6209776b941e4 (patch)
tree701d83443dc4aa1a5e3af8fa47760036f9495c78
parent1aa96f5f8b07478eccdb323c39a8dc0b569766ef (diff)
downloadpandoc-7afe52cca96c0d035b0138dbcea6209776b941e4.tar.gz
Added Content-Style-Type meta tag for XHTML compliance.
Closes pandoc#337.
-rw-r--r--default.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/default.html b/default.html
index 0b1e6cc8a..aeba421e7 100644
--- a/default.html
+++ b/default.html
@@ -10,6 +10,7 @@ $if(html5)$
<meta charset="utf-8" />
$else$
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <meta http-equiv="Content-Style-Type" content="text/css" />
$endif$
<meta name="generator" content="pandoc" />
$for(author)$