X-Git-Url: http://git.cyclocoop.org/?p=ptitvelo%2Fweb%2Fwww.git;a=blobdiff_plain;f=www%2Fplugins-dist%2Ftextwheel%2Finc%2Ftexte.php;h=c77419506ba2d3941ad6a3a381ac8816296a6a10;hp=efa4ba879f9a9a45a56561e2224206dd35c85aa5;hb=e847eea4a82a7396dd0abf860f9b30d654f38629;hpb=d686c3e22e97dd46ef42bcd0f138c65083f8f232 diff --git a/www/plugins-dist/textwheel/inc/texte.php b/www/plugins-dist/textwheel/inc/texte.php index efa4ba8..c774195 100644 --- a/www/plugins-dist/textwheel/inc/texte.php +++ b/www/plugins-dist/textwheel/inc/texte.php @@ -579,6 +579,8 @@ function propre($t, $connect=null, $env=array()) { if (!$t) return strval($t); + $t = pipeline('pre_echappe_html_propre', $t); + $t = echappe_html($t); $t = expanser_liens($t,$connect, $env);