From 57f51a23a4c5e6f2dba2d43f4228307fd3e88de9 Mon Sep 17 00:00:00 2001 From: Sean Colombo Date: Wed, 11 Aug 2010 19:02:21 +0000 Subject: [PATCH] As per feedback on r70849, fixed bad indenting (spaces) that should be a tab. --- includes/Sanitizer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Sanitizer.php b/includes/Sanitizer.php index c0b85f962b..8926b28802 100644 --- a/includes/Sanitizer.php +++ b/includes/Sanitizer.php @@ -44,7 +44,7 @@ $attrib_first = '[:A-Z_a-z]'; $attrib = '[:A-Z_a-z-.0-9]'; $space = '[\x09\x0a\x0d\x20]'; define( 'MW_ATTRIBS_REGEX', - "/(?:^|$space)({$attrib_first}{$attrib}*) + "/(?:^|$space)({$attrib_first}{$attrib}*) ($space*=$space* (?: # The attribute value: quoted or alone -- 2.20.1