X-Git-Url: http://git.cyclocoop.org/?p=ptitvelo%2Fweb%2Fwww.git;a=blobdiff_plain;f=www%2Fecrire%2Fbalise%2Furl_.php;fp=www%2Fecrire%2Fbalise%2Furl_.php;h=833b49297d0649bdef699610bddf4938bae6d63a;hp=9f345e19c5699b7dc760c29ffbf823c08edeebd0;hb=5be150361b3c836d9206941ba43f862df11466db;hpb=bca3db9e1ab94e469b01f7e994a5e095de5f88c4 diff --git a/www/ecrire/balise/url_.php b/www/ecrire/balise/url_.php index 9f345e1..833b492 100644 --- a/www/ecrire/balise/url_.php +++ b/www/ecrire/balise/url_.php @@ -3,7 +3,7 @@ /***************************************************************************\ * SPIP, Systeme de publication pour l'internet * * * - * Copyright (c) 2001-2012 * + * Copyright (c) 2001-2014 * * Arnaud Martin, Antoine Pitrou, Philippe Riviere, Emmanuel Saint-James * * * * Ce programme est un logiciel libre distribue sous licence GNU/GPL. * @@ -123,7 +123,7 @@ function balise_URL_SITE_dist($p) // http://doc.spip.org/@balise_URL_SITE_SPIP_dist function balise_URL_SITE_SPIP_dist($p) { $p->code = "sinon(\$GLOBALS['meta']['adresse_site'],'.')"; - $p->code = "htmlspecialchars(".$p->code.")"; + $p->code = "spip_htmlspecialchars(".$p->code.")"; $p->interdire_scripts = false; return $p; }