mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Add line breaks to messages
This commit is contained in:
parent
4a4b324af5
commit
c201adecf4
@ -76,7 +76,7 @@ class SupportMessageSent extends Mailable
|
||||
->replyTo($user->email, $user->present()->name())
|
||||
->subject($subject)
|
||||
->view('email.support.message', [
|
||||
'support_message' => $this->data['message'],
|
||||
'support_message' => nl2br($this->data['message']),
|
||||
'system_info' => $system_info,
|
||||
'laravel_log' => $log_lines,
|
||||
'logo' => $company->present()->logo(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user