From: Sean Colombo Date: Wed, 11 Aug 2010 19:02:21 +0000 (+0000) Subject: As per feedback on r70849, fixed bad indenting (spaces) that should be a tab. X-Git-Tag: 1.31.0-rc.0~35544 X-Git-Url: https://git.cyclocoop.org/admin/?a=commitdiff_plain;h=57f51a23a4c5e6f2dba2d43f4228307fd3e88de9;p=lhc%2Fweb%2Fwiklou.git As per feedback on r70849, fixed bad indenting (spaces) that should be a tab. --- 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