Fix: new lines not correctly outputed
This commit is contained in:
parent
c2cbd88d9e
commit
29fd15405d
@ -906,7 +906,7 @@ elseif ($fichinterid)
|
|||||||
print '<tr '.$bc[$var].'>';
|
print '<tr '.$bc[$var].'>';
|
||||||
print '<td>';
|
print '<td>';
|
||||||
print '<a name="'.$objp->rowid.'"></a>'; // ancre pour retourner sur la ligne
|
print '<a name="'.$objp->rowid.'"></a>'; // ancre pour retourner sur la ligne
|
||||||
print nl2br($objp->description);
|
print dol_htmlentitiesbr($objp->description);
|
||||||
|
|
||||||
// Date
|
// Date
|
||||||
print '<td align="center" width="150">'.dol_print_date($db->jdate($objp->date_intervention),'dayhour').'</td>';
|
print '<td align="center" width="150">'.dol_print_date($db->jdate($objp->date_intervention),'dayhour').'</td>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user