Subject contains UTF-8 codes sometimes

This commit is contained in:
Deon George
2021-08-26 22:32:32 +10:00
parent 403dde0d35
commit ba7f9c1c99
4 changed files with 20 additions and 4 deletions

View File

@@ -97,7 +97,7 @@
<div class="row pb-2">
<div class="col-8">
SUBJECT: <strong class="highlight">{{ $msg->subject }}</strong>
SUBJECT: <strong class="highlight">{!! \App\Classes\FTN\Message::tr($msg->subject) !!}</strong>
</div>
</div>