Index: trunk/phase3/includes/parser/Parser.php |
— | — | @@ -347,7 +347,7 @@ |
348 | 348 | $fixtags = array( |
349 | 349 | # french spaces, last one Guillemet-left |
350 | 350 | # only if there is something before the space |
351 | | - '/(.) (?=\\?|:|;|!|%|\\302\\273)/' => '\\1 \\2', |
| 351 | + '/(.) (?=\\?|:|;|!|%|\\302\\273)/' => '\\1 ', |
352 | 352 | # french spaces, Guillemet-right |
353 | 353 | '/(\\302\\253) /' => '\\1 ', |
354 | 354 | '/ (!\s*important)/' => ' \\1', # Beware of CSS magic word !important, bug #11874. |