From 93a69d020ae350ba51152548f39fa22836cc3818 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Wed, 14 Feb 2007 16:22:28 +0000 Subject: [PATCH] Fix typo. git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@746 48356398-32a2-884e-a903-53898d9a118a --- library/HTMLPurifier/AttrDef/CSSURI.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/HTMLPurifier/AttrDef/CSSURI.php b/library/HTMLPurifier/AttrDef/CSSURI.php index a92b6263..cb2fe7b9 100644 --- a/library/HTMLPurifier/AttrDef/CSSURI.php +++ b/library/HTMLPurifier/AttrDef/CSSURI.php @@ -4,7 +4,7 @@ require_once 'HTMLPurifier/AttrDef/URI.php'; /** * Validates a URI in CSS syntax, which uses url('http://example.com') - * @note While theoretically speaking we a URI in a CSS document could + * @note While theoretically speaking a URI in a CSS document could * be non-embedded, as of CSS2 there is no such usage so we're * generalizing it. This may need to be changed in the future. * @warning Since HTMLPurifier_AttrDef_CSS blindly uses semicolons as