Fix: new lines not correctly outputed
This commit is contained in:
parent
f16b751642
commit
c60a2ff76f
@ -922,7 +922,7 @@ else if ($id > 0 || ! empty($ref))
|
|||||||
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