Merge pull request #648 from windix/fix-email-template

Fix bug in en messageReceived email template
This commit is contained in:
Sam Bell 2019-06-12 10:23:58 +01:00 committed by GitHub
commit d5c690deef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<p>Hi there,</p>
<p>You have received a message from <b>{{ (isset($sender_name) ? $sender_name : $event->organiser->name) }}</b> in relation to the event <b>{{ $event->title }}</b>.</p>
<p style="padding: 10px; margin:10px; border: 1px solid #f3f3f3;">
{{!! nl2br($message_content !!)}}
{!! nl2br($message_content) !!}
</p>
<p>