From 47ba15f5a1e4da7d9754dc0258a11798d69254b0 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 6 Feb 2011 10:30:52 -0800 Subject: Revert "Use us-ascii charset in HTML template if --ascii option." This reverts commit aec54899606bed2580394baa1369e58ede20fde8. No need for this, since a UTF-8 charset will handle ascii just fine. --- src/Text/Pandoc/Writers/HTML.hs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Text/Pandoc/Writers') diff --git a/src/Text/Pandoc/Writers/HTML.hs b/src/Text/Pandoc/Writers/HTML.hs index 576a21dd7..b3320fa06 100644 --- a/src/Text/Pandoc/Writers/HTML.hs +++ b/src/Text/Pandoc/Writers/HTML.hs @@ -178,7 +178,6 @@ inTemplate opts tit auths date toc body' newvars = (case toc of Just t -> [ ("toc", showHtmlFragment t)] Nothing -> []) ++ - [ ("ascii","true") | writerAscii opts ] ++ [ ("author", a) | a <- authors ] in renderTemplate context $ writerTemplate opts -- cgit v1.2.3