aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/Backends/Xhtml/Util.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Haddock/Backends/Xhtml/Util.hs')
-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)]