mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-16 14:31:29 +01:00
Fix: Remove last CR
This commit is contained in:
@@ -3467,7 +3467,8 @@ function dol_htmloutput_mesg($mesgstring='',$mesgarray='', $style='ok')
|
|||||||
foreach($mesgarray as $message)
|
foreach($mesgarray as $message)
|
||||||
{
|
{
|
||||||
$ret++;
|
$ret++;
|
||||||
print $langs->trans($message)."<br>\n";
|
print $langs->trans($message);
|
||||||
|
if ($ret < sizeof($mesgarray)) print "<br>\n";
|
||||||
}
|
}
|
||||||
print '</div>';
|
print '</div>';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user