PMCORE-1388

This commit is contained in:
Paula Quispe
2020-06-12 21:07:20 -04:00
parent 53166cae45
commit b821c2ee85
5 changed files with 6 additions and 5 deletions

View File

@@ -231,7 +231,7 @@ class AppNotes extends BaseAppNotes
}
if (!empty($attachFileLinks)) {
$body = $body . "<br>" . G::LoadTranslation('ID_ATTACHED_FILES') . ":&nbsp; <br>" . implode("<br>", $attachFileLinks);
$body = $body . "<br />" . G::LoadTranslation('ID_ATTACHED_FILES') . ":&nbsp; <br />" . implode("<br />", $attachFileLinks);
}
$users = new Users();
$recipientsArray = explode(",", $noteRecipients);