This commit is contained in:
atm-greg 2020-09-28 16:37:17 +02:00
parent 554948d3e2
commit 988a532bed

View File

@ -1697,7 +1697,7 @@ if ($id > 0)
print $langs->trans("Done"); print $langs->trans("Done");
print ' </span>'; print ' </span>';
} }
print '<br />'; print '<br>';
} }
} }
} }
@ -2009,7 +2009,7 @@ if ($id > 0)
print $langs->trans("Done"); print $langs->trans("Done");
print ' </span>'; print ' </span>';
} }
print '<br />'; print '<br>';
} }
} }