diff --git a/texy/modules/TexyTypographyModule.php b/texy/modules/TexyTypographyModule.php index bc344afb..5225f594 100644 --- a/texy/modules/TexyTypographyModule.php +++ b/texy/modules/TexyTypographyModule.php @@ -118,8 +118,8 @@ public function beforeParse($texy, & $text) '#(?<=^|[^0-9'.TEXY_CHAR.'])([\x17-\x1F]*[ksvzouiKSVZOUIA][\x17-\x1F]*)\s++(?=[\x17-\x1F]*[0-9'.TEXY_CHAR.'])#mus' => "\$1\xc2\xa0", - '#(? $locale['doubleQuotes'][0].'$1'.$locale['doubleQuotes'][1], // double "" - '#(? $locale['singleQuotes'][0].'$1'.$locale['singleQuotes'][1], // single '' + '#(? $locale['doubleQuotes'][0].'$1'.$locale['doubleQuotes'][1], // double "" + '#(? $locale['singleQuotes'][0].'$1'.$locale['singleQuotes'][1], // single '' ); $this->pattern = array_keys($pairs);