From 2385daed9ea4e76723a22a9ae0c9a54f29db185f Mon Sep 17 00:00:00 2001 From: Greg V Date: Fri, 31 Jul 2015 00:59:34 +0300 Subject: [PATCH] Expose safeTagName (fixes #11) --- Text/HTML/SanitizeXSS.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/Text/HTML/SanitizeXSS.hs b/Text/HTML/SanitizeXSS.hs index 79d7a96..e2599b2 100644 --- a/Text/HTML/SanitizeXSS.hs +++ b/Text/HTML/SanitizeXSS.hs @@ -15,6 +15,7 @@ module Text.HTML.SanitizeXSS , balanceTags -- * Utilities + , safeTagName , sanitizeAttribute , sanitaryURI ) where