aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/Backends/Xhtml
diff options
context:
space:
mode:
authorMark Lentczner <markl@glyphic.com>2010-07-17 06:17:53 +0000
committerMark Lentczner <markl@glyphic.com>2010-07-17 06:17:53 +0000
commit73b3db92d61711375ee11ccb39e2575929141563 (patch)
tree945a76b9608fc940601f6ed388d45d6148327448 /src/Haddock/Backends/Xhtml
parentd3ed4e26d0b2969ad7f99d35c8abd0590744a607 (diff)
factored out head element generation
Diffstat (limited to 'src/Haddock/Backends/Xhtml')
-rw-r--r--src/Haddock/Backends/Xhtml/Util.hs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Haddock/Backends/Xhtml/Util.hs b/src/Haddock/Backends/Xhtml/Util.hs
index bbd2814c..1fcf5e94 100644
--- a/src/Haddock/Backends/Xhtml/Util.hs
+++ b/src/Haddock/Backends/Xhtml/Util.hs
@@ -25,7 +25,6 @@ module Haddock.Backends.Xhtml.Util (
hsep,
collapsebutton, collapseId,
- documentCharacterEncoding,
cssFiles, styleSheet, stylePickers, styleMenu
) where
@@ -191,9 +190,6 @@ collapsebutton id_ =
collapseId :: Name -> String
collapseId nm = "i:" ++ escapeStr (getOccString nm)
-documentCharacterEncoding :: Html
-documentCharacterEncoding =
- meta ! [httpequiv "Content-Type", content "text/html; charset=UTF-8"]
-- Standard set of style sheets, first is the preferred
cssThemes :: [(String, String)]