Index: trunk/phase3/includes/Sanitizer.php |
— | — | @@ -44,7 +44,7 @@ |
45 | 45 | $attrib = '[:A-Z_a-z-.0-9]'; |
46 | 46 | $space = '[\x09\x0a\x0d\x20]'; |
47 | 47 | define( 'MW_ATTRIBS_REGEX', |
48 | | - "/(?:^|$space)({$attrib_first}{$attrib}*) |
| 48 | + "/(?:^|$space)({$attrib_first}{$attrib}*) |
49 | 49 | ($space*=$space* |
50 | 50 | (?: |
51 | 51 | # The attribute value: quoted or alone |