Index: Parser.php =================================================================== --- Parser.php (rĂ©vision 32372) +++ Parser.php (copie de travail) @@ -318,6 +318,7 @@ '/(.) (?=\\?|:|;|!|%|\\302\\273)/' => '\\1 \\2', # french spaces, Guillemet-right '/(\\302\\253) /' => '\\1 ', + '/ (!important)/' => ' \\1', #Beware of CSS magic word !important, bug #11874. ); $text = preg_replace( array_keys($fixtags), array_values($fixtags), $text );