X-Git-Url: http://git.cyclocoop.org/?p=ptitvelo%2Fweb%2Fwww.git;a=blobdiff_plain;f=www%2Fplugins-dist%2Ftextwheel%2Finc%2Ftexte.php;fp=www%2Fplugins-dist%2Ftextwheel%2Finc%2Ftexte.php;h=efa4ba879f9a9a45a56561e2224206dd35c85aa5;hp=620079e8f37738fb4f8afd62e3b0868224313077;hb=5be150361b3c836d9206941ba43f862df11466db;hpb=bca3db9e1ab94e469b01f7e994a5e095de5f88c4 diff --git a/www/plugins-dist/textwheel/inc/texte.php b/www/plugins-dist/textwheel/inc/texte.php index 620079e..efa4ba8 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');