From 6610b64cb598213fd5e5853f8f2201b789011a2b Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Wed, 18 Jan 2012 01:38:44 +0000 Subject: [PATCH] Correct typo in comment, so that it reflects the spec and the actual value in the regexp. --- includes/Sanitizer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Sanitizer.php b/includes/Sanitizer.php index fb386102e6..196abd9f43 100644 --- a/includes/Sanitizer.php +++ b/includes/Sanitizer.php @@ -1688,7 +1688,7 @@ class Sanitizer { \xe1\xa0\x8d| # 180d MONGOLIAN FREE VARIATION SELECTOR THREE \xe2\x80\x8c| # 200c ZERO WIDTH NON-JOINER \xe2\x80\x8d| # 200d ZERO WIDTH JOINER - [\xef\xb8\x80-\xef\xb8\x8f] # fe00-fe00f VARIATION SELECTOR-1-16 + [\xef\xb8\x80-\xef\xb8\x8f] # fe00-fe0f VARIATION SELECTOR-1-16 /xuD"; $host = preg_replace( $strip, '', $host ); -- 2.20.1