Skip to content
Snippets Groups Projects
Commit 2a982f20 authored by llaffont's avatar llaffont
Browse files

Correction W3C si libellés profil avec guillemets

parent 52245554
No related merge requests found
......@@ -56,7 +56,7 @@ class ZendAfi_View_Helper_ComboProfils extends ZendAfi_View_Helper_BaseHelper
$html = '<select id="select_clef_profil" name="clef_profil"'.$onchange.'>';
$rupture="";
foreach ($profils_by_bib as $bib => $profils) {
$html.='<optgroup label="'.$bib.'" style="font-style:bold;color:#FF6600">';
$html.='<optgroup label="'.htmlentities($bib).'" style="font-style:bold;color:#FF6600">';
foreach($profils as $profil) {
$libelle = $profil->getLibelle();
......
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