Fix bug with &
This commit is contained in:
parent
d638a5cfd1
commit
744d273e54
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ if ($op=='folder_add') // operation
|
|||
$user->set_folder_access($dossier_id, true);
|
||||
$dossier=new Dossier($dossier_id);
|
||||
$dossier->load();
|
||||
$content="<td>{$dossier->dos_name}</td><td>{$dossier->dos_description}</td>".
|
||||
$content="<td>".h($dossier->dos_name)."</td><td>".h($dossier->dos_description)."</td>".
|
||||
"<td>".
|
||||
HtmlInput::anchor(_('Enleve'), "", " onclick=\"folder_remove({$user_id},{$dossier_id});\"").
|
||||
"</td>";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue