Fix: Notes must use dol_htmlentitiesbr to be shown.

This commit is contained in:
Laurent Destailleur 2011-05-25 10:15:38 +00:00
parent fc92a2013f
commit 0f07175397

View File

@ -191,7 +191,7 @@ if ($_GET["id"])
// Note
print '<tr><td width="25%" valign="top">'.$langs->trans("Note").'</td>';
print '<td class="valeur">'.nl2br($fgroup->note).'</td>';
print '<td class="valeur">'.dol_htmlentitiesbr($fgroup->note).'</td>';
print "</tr>\n";
print '</table><br>';