Exemple #1
0
 protected function stupefyEntities($_)
 {
     #
     #   Adding angle quotes and lower quotes to SmartyPants's stupefy mode.
     #
     $_ = parent::stupefyEntities($_);
     $_ = str_replace(array('„', '«', '&#187'), '"', $_);
     return $_;
 }