Fix for "Message" contains html tags #574

Fixed HTML email template
This commit is contained in:
philip-loyd 2019-03-30 16:45:08 -05:00 committed by GitHub
parent 6a683d905f
commit 19e064c592
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>