X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=www%2Fplugins-dist%2Fsafehtml%2Finc%2Fsafehtml.php;h=c75575ce5ffd6f223151f64d57f67157f22d2ed1;hb=2f46f5ab9fc0d68a164a1b8025de099896b5586e;hp=ad634e21a5858d350a9c718cd49b6dfb60ca91c1;hpb=a33c2ba9d919664b3bb0f565f8e9a8b9d8530cdb;p=lhc%2Fweb%2Fclavette_www.git diff --git a/www/plugins-dist/safehtml/inc/safehtml.php b/www/plugins-dist/safehtml/inc/safehtml.php index ad634e2..c75575c 100644 --- a/www/plugins-dist/safehtml/inc/safehtml.php +++ b/www/plugins-dist/safehtml/inc/safehtml.php @@ -15,7 +15,7 @@ if (!defined("_ECRIRE_INC_VERSION")) return; // Controle la presence de la lib safehtml et cree la fonction // de transformation du texte qui l'exploite -// http://doc.spip.org/@inc_safehtml_dist +// http://code.spip.net/@inc_safehtml_dist function inc_safehtml_dist($t) { static $process, $test; @@ -50,7 +50,7 @@ function inc_safehtml_dist($t) { $t = entites_html($t); // tres laid, en cas d'erreur // supprimer un
  • provenant d'un
  • ouvrant seul+safehtml - // cf http://core.spip.org/issues/2201 + // cf https://core.spip.net/issues/2201 $t = str_replace("
  • ","",$t); return $t;