From: Gabriel Wicke Date: Wed, 18 Jan 2012 01:38:44 +0000 (+0000) Subject: Correct typo in comment, so that it reflects the spec and the actual value in X-Git-Tag: 1.31.0-rc.0~25213 X-Git-Url: http://git.cyclocoop.org/%22.%24image2.%22?a=commitdiff_plain;h=6610b64cb598213fd5e5853f8f2201b789011a2b;p=lhc%2Fweb%2Fwiklou.git Correct typo in comment, so that it reflects the spec and the actual value in the regexp. --- 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 );