Merge pull request #12 from myfreeweb/patch-1

Expose safeTagName (fixes #11)
This commit is contained in:
Greg Weber 2015-07-30 18:06:15 -07:00
commit c1faf283bd

View File

@ -15,6 +15,7 @@ module Text.HTML.SanitizeXSS
, balanceTags
-- * Utilities
, safeTagName
, sanitizeAttribute
, sanitaryURI
) where