From af9ce48b3e900c7eab73e1824efd4e4b5d10b749 Mon Sep 17 00:00:00 2001 From: Guillaume Blanchard Date: Tue, 29 Jun 2004 10:38:55 +0000 Subject: [PATCH] add [;] to french space character list --- includes/Parser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Parser.php b/includes/Parser.php index 31cb12554a..54b7c27226 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -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 \\2', + '/(.) (\\?|:|;|!|\\302\\273)/i' => '\\1 \\2', # french spaces, Guillemet-right "/(\\302\\253) /i"=>"\\1 ", '/
/i' => '
', -- 2.20.1