From 3ec92c8025928a9902ca48ac2bf2463693362e75 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 30 Nov 2017 20:07:25 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20for=20=C2=A9=20symbol=20in=20emails?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/emails/master_user.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/emails/master_user.blade.php b/resources/views/emails/master_user.blade.php index cf29fce50edf..7168ac84df6b 100644 --- a/resources/views/emails/master_user.blade.php +++ b/resources/views/emails/master_user.blade.php @@ -32,7 +32,7 @@

- © {{ date('Y') }} Invoice Ninja
+ Ⓒ {{ date('Y') }} Invoice Ninja
{{ strtoupper(trans('texts.email_preferences')) }}

@stop