As per feedback on r70849, fixed bad indenting (spaces) that should be a tab.
authorSean Colombo <sean_colombo@users.mediawiki.org>
Wed, 11 Aug 2010 19:02:21 +0000 (19:02 +0000)
committerSean Colombo <sean_colombo@users.mediawiki.org>
Wed, 11 Aug 2010 19:02:21 +0000 (19:02 +0000)
includes/Sanitizer.php

index c0b85f9..8926b28 100644 (file)
@@ -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