mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 01:28:19 +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)
|
||||
{
|
||||
$ret++;
|
||||
print $langs->trans($message)."<br>\n";
|
||||
print $langs->trans($message);
|
||||
if ($ret < sizeof($mesgarray)) print "<br>\n";
|
||||
}
|
||||
print '</div>';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user