Added Content-Style-Type meta tag for XHTML compliance.

Closes pandoc#337.
This commit is contained in:
John MacFarlane 2011-11-08 11:28:56 -08:00
parent 1aa96f5f8b
commit 7afe52cca9

View file

@ -10,6 +10,7 @@ $if(html5)$
<meta charset="utf-8" /> <meta charset="utf-8" />
$else$ $else$
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
$endif$ $endif$
<meta name="generator" content="pandoc" /> <meta name="generator" content="pandoc" />
$for(author)$ $for(author)$