Added Content-Style-Type meta tag for XHTML compliance.
Closes pandoc#337.
This commit is contained in:
parent
1aa96f5f8b
commit
7afe52cca9
1 changed files with 1 additions and 0 deletions
|
@ -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)$
|
||||
|
|
Loading…
Add table
Reference in a new issue