From e6888d16d0513e5ef8ebb6ed1b55234a4b699fcd Mon Sep 17 00:00:00 2001 From: Klimov Paul Date: Thu, 29 May 2014 17:11:45 +0300 Subject: [PATCH] Mail layout charset specification fixed --- mail/layouts/html.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mail/layouts/html.php b/mail/layouts/html.php index a9689cc..b7235d1 100644 --- a/mail/layouts/html.php +++ b/mail/layouts/html.php @@ -3,14 +3,15 @@ use yii\helpers\Html; /** * @var \yii\web\View $this - * @var \yii\mail\BaseMessage $content + * @var \yii\mail\MessageInterface $message + * @var string $content */ ?> beginPage() ?> - + <?= Html::encode($this->title) ?> head() ?>