Skip to content

Commit

Permalink
Заголовок. Двойное экранирование.
Browse files Browse the repository at this point in the history
  • Loading branch information
maddoger committed Nov 20, 2014
1 parent 38b9176 commit 5420a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/layouts/base.php
Expand Up @@ -17,7 +17,7 @@
<meta charset="<?= Yii::$app->charset ?>"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<?= Html::csrfMetaTags() ?>
<title><?= Html::encode($this->title) ?></title>
<title><?= Html::encode($this->title, false) ?></title>
<?php $this->head() ?>
</head>
<body class="<?= $bodyClass?>">
Expand Down

0 comments on commit 5420a67

Please sign in to comment.