X-Git-Url: http://git.cyclocoop.org/?p=lhc%2Fweb%2Fwww.git;a=blobdiff_plain;f=www%2Fplugins-dist%2Ftextwheel%2Finc%2Ftexte.php;h=efa4ba879f9a9a45a56561e2224206dd35c85aa5;hp=620079e8f37738fb4f8afd62e3b0868224313077;hb=122c920eb07e3f665789f8734965b576e6c25515;hpb=226942065cd4f604eb464addf45a065c9e5bc916 diff --git a/www/plugins-dist/textwheel/inc/texte.php b/www/plugins-dist/textwheel/inc/texte.php index 620079e8..efa4ba87 100644 --- a/www/plugins-dist/textwheel/inc/texte.php +++ b/www/plugins-dist/textwheel/inc/texte.php @@ -3,7 +3,7 @@ /***************************************************************************\ * SPIP, Systeme de publication pour l'internet * * * - * Copyright (c) 2001-2013 * + * Copyright (c) 2001-2014 * * Arnaud Martin, Antoine Pitrou, Philippe Riviere, Emmanuel Saint-James * * * * Ce programme est un logiciel libre distribue sous licence GNU/GPL. * @@ -516,7 +516,7 @@ function traiter_raccourcis($t, $show_autobr = false) { if (_request('var_mode') == 'wheel' AND autoriser('debug')) { $f = $wheel->compile(); - echo "
\n".htmlspecialchars($f)."
\n"; + echo "
\n".spip_htmlspecialchars($f)."
\n"; exit; } $notes = charger_fonction('notes', 'inc');