mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Missing br
This commit is contained in:
parent
6dcaaf9276
commit
3b6f36f2ae
|
|
@ -1604,7 +1604,7 @@ if ($socid && $action != 'edit' && $action != 'create' && $action != 'editcard'
|
|||
print '<tr class="oddeven">';
|
||||
// Label
|
||||
print '<td class="tdoverflowmax150" title="'.dolPrintHTMLForAttribute($rib->label).'">'.dolPrintHTML($rib->label);
|
||||
print '<span class="opacitymedium">'.dolPrintHTML($rib->bank).'</span>';
|
||||
print '<br><span class="opacitymedium">'.dolPrintHTML($rib->bank).'</span>';
|
||||
print '</td>';
|
||||
|
||||
// External system ID
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user