Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 456 → Rev 473

/trunk/jrest/services/CelSyndicationImage.php
273,7 → 273,7
return $titre;
}
private function nettoyerTexte($txt) {
protected function nettoyerTexte($txt) {
$txt = preg_replace('/&(?!(a-z+|#0-9+|#x0-9a-f+);)/i', '&', $txt, -1);
return $txt;
}