Skip to content
Snippets Groups Projects
Commit cae13298 authored by gloas's avatar gloas
Browse files

Lien_reserver: ajout de htmlentities sur le titre de la boite d ajout panier

parent e06858f0
Branches
Tags
No related merge requests found
......@@ -25,7 +25,7 @@ class ZendAfi_View_Helper_Notice_LienReserver extends Zend_View_Helper_HtmlEleme
$this->loadScript();
$can_request_sigb = Class_AdminVar::isAfficherDispoSurRechercheEnabled();
$id_notice = $notice->getId();
$titre = $this->view->_('Réserver '.$notice->getTitrePrincipal());
$titre = htmlentities($this->view->_('Réserver '.$notice->getTitrePrincipal()),ENT_QUOTES);
$labelle = $this->view->_('Réserver');
$url = $this->view->url(['controller' => 'noticeAjax',
'action' => 'exemplaires'],
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment