|
@@ -3,7 +3,6 @@ use yii\helpers\Html;
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* @var \yii\web\View $this
|
|
* @var \yii\web\View $this
|
|
|
- * @var \yii\mail\MessageInterface $message
|
|
|
|
|
* @var string $content
|
|
* @var string $content
|
|
|
*/
|
|
*/
|
|
|
?>
|
|
?>
|
|
@@ -11,7 +10,7 @@ use yii\helpers\Html;
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
<head>
|
|
<head>
|
|
|
- <meta http-equiv="Content-Type" content="text/html; charset=<?= $message->getCharset() ?>" />
|
|
|
|
|
|
|
+ <meta http-equiv="Content-Type" content="text/html; charset=<?= Yii::$app->charset ?>" />
|
|
|
<title><?= Html::encode($this->title) ?></title>
|
|
<title><?= Html::encode($this->title) ?></title>
|
|
|
<?php $this->head() ?>
|
|
<?php $this->head() ?>
|
|
|
</head>
|
|
</head>
|