From afe2b1b8ce1ecbacec4f63a58ae8c08853e4ec53 Mon Sep 17 00:00:00 2001 From: Franklin Date: Fri, 29 Jan 2021 01:56:21 +0100 Subject: [PATCH] Fixed syntax typo --- resources/views/emails/customer/auto_reply_text.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/emails/customer/auto_reply_text.blade.php b/resources/views/emails/customer/auto_reply_text.blade.php index 453ad986..a355dcb6 100644 --- a/resources/views/emails/customer/auto_reply_text.blade.php +++ b/resources/views/emails/customer/auto_reply_text.blade.php @@ -1,4 +1,4 @@ -{{ $mailbox->before_reply) ?: App\Misc\Mail::REPLY_SEPARATOR_TEXT }} +{{ $mailbox->before_reply ?: App\Misc\Mail::REPLY_SEPARATOR_TEXT }} {{ (new Html2Text\Html2Text($auto_reply_message))->getText() }} @if (\App\Option::get('email_branding'))