From 7afe52cca96c0d035b0138dbcea6209776b941e4 Mon Sep 17 00:00:00 2001 From: John MacFarlane <fiddlosopher@gmail.com> Date: Tue, 8 Nov 2011 11:28:56 -0800 Subject: Added Content-Style-Type meta tag for XHTML compliance. Closes pandoc#337. --- default.html | 1 + 1 file changed, 1 insertion(+) (limited to 'default.html') 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)$ -- cgit v1.2.3