add [;] to french space character list
authorGuillaume Blanchard <aoineko_jp@users.mediawiki.org>
Tue, 29 Jun 2004 10:38:55 +0000 (10:38 +0000)
committerGuillaume Blanchard <aoineko_jp@users.mediawiki.org>
Tue, 29 Jun 2004 10:38:55 +0000 (10:38 +0000)
includes/Parser.php

index 31cb125..54b7c27 100644 (file)
@@ -102,7 +102,7 @@ class Parser
                        $fixtags = array(
                                # french spaces, last one Guillemet-left
                                # only if there is something before the space
-                               '/(.) (\\?|:|!|\\302\\273)/i' => '\\1&nbsp;\\2', 
+                               '/(.) (\\?|:|;|!|\\302\\273)/i' => '\\1&nbsp;\\2', 
                                # french spaces, Guillemet-right
                                "/(\\302\\253) /i"=>"\\1&nbsp;", 
                                '/<hr *>/i' => '<hr />',