diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2011-11-08 11:28:56 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2011-11-08 11:28:56 -0800 |
commit | 7afe52cca96c0d035b0138dbcea6209776b941e4 (patch) | |
tree | 701d83443dc4aa1a5e3af8fa47760036f9495c78 | |
parent | 1aa96f5f8b07478eccdb323c39a8dc0b569766ef (diff) | |
download | pandoc-7afe52cca96c0d035b0138dbcea6209776b941e4.tar.gz |
Added Content-Style-Type meta tag for XHTML compliance.
Closes pandoc#337.
-rw-r--r-- | default.html | 1 |
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)$ |