[SPIP] ~maj v3.0.14-->v3.0.17
[ptitvelo/web/www.git] / www / plugins-dist / textwheel / inc / texte.php
index efa4ba8..c774195 100644 (file)
@@ -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);