From ad89dac997f536b88b214823622e761b33a4eab6 Mon Sep 17 00:00:00 2001 From: Greg Weber Date: Mon, 18 Oct 2010 09:07:11 -0700 Subject: [PATCH] correct typo --- xss-sanitize.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xss-sanitize.cabal b/xss-sanitize.cabal index 37611e8..88726c2 100644 --- a/xss-sanitize.cabal +++ b/xss-sanitize.cabal @@ -5,7 +5,7 @@ license-file: LICENSE author: Greg Weber maintainer: Greg Weber synopsis: sanitize untrusted HTML to prevent XSS attacks -description: run untrusted HTML through Text.HTML.SanitizeXSS.sanitizeXSS to prevent XSS attacks. see READMe.md for more details +description: run untrusted HTML through Text.HTML.SanitizeXSS.sanitizeXSS to prevent XSS attacks. see README.md for more details category: Web stability: Stable