diff --git a/Text/HTML/SanitizeXSS.hs b/Text/HTML/SanitizeXSS.hs
--- a/Text/HTML/SanitizeXSS.hs
+++ b/Text/HTML/SanitizeXSS.hs
@@ -154,7 +154,7 @@
     "dialog", "dir", "div", "dl", "dt", "em", "event-source", "fieldset",
     "figcaption", "figure", "footer", "font", "form", "header", "h1", "h2",
     "h3", "h4", "h5", "h6", "hr", "i", "img", "input", "ins", "keygen",
-    "kbd", "label", "legend", "li", "m", "map", "menu", "meter", "multicol",
+    "kbd", "label", "legend", "li", "m", "main", "map", "menu", "meter", "multicol",
     "nav", "nextid", "ol", "output", "optgroup", "option", "p", "pre",
     "progress", "q", "s", "samp", "section", "select", "small", "sound",
     "source", "spacer", "span", "strike", "strong", "sub", "sup", "table",
diff --git a/xss-sanitize.cabal b/xss-sanitize.cabal
--- a/xss-sanitize.cabal
+++ b/xss-sanitize.cabal
@@ -1,5 +1,5 @@
 name:            xss-sanitize
-version:         0.3.5.1
+version:         0.3.5.2
 license:         BSD3
 license-file:    LICENSE
 author:          Greg Weber <greg@gregweber.info>
