Skip to content
Snippets Groups Projects
Commit 0f071753 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Notes must use dol_htmlentitiesbr to be shown.

parent fc92a201
No related branches found
No related tags found
No related merge requests found
......@@ -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>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment