add [;] to french space character list

This commit is contained in:
Guillaume Blanchard 2004-06-29 10:38:55 +00:00
parent 81b213e2e5
commit af9ce48b3e

View 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 \\2',
'/(.) (\\?|:|;|!|\\302\\273)/i' => '\\1 \\2',
# french spaces, Guillemet-right
"/(\\302\\253) /i"=>"\\1 ",
'/<hr *>/i' => '<hr />',