mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fix for © symbol in emails
This commit is contained in:
parent
fc710dd961
commit
3ec92c8025
@ -32,7 +32,7 @@
|
||||
</p>
|
||||
|
||||
<p style="color: #A7A6A6; font-size: 13px; line-height: 18px; margin: 0 0 7px; padding: 0;">
|
||||
© {{ date('Y') }} Invoice Ninja<br />
|
||||
Ⓒ {{ date('Y') }} Invoice Ninja<br />
|
||||
<strong><a href="{{ URL::to('/settings/notifications') }}" style="color: #A7A6A6; text-decoration: none; font-weight: bold; font-size: 10px;">{{ strtoupper(trans('texts.email_preferences')) }}</a></strong>
|
||||
</p>
|
||||
@stop
|
||||
|
Loading…
x
Reference in New Issue
Block a user