add [;] to french space character list
This commit is contained in:
parent
81b213e2e5
commit
af9ce48b3e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 />',
|
||||
|
|
|
|||
Loading…
Reference in a new issue