8 lines
89 B
PHP
8 lines
89 B
PHP
<?php
|
|
use yii\helpers\Html;
|
|
?>
|
|
<?=
|
|
/** @var string $message */
|
|
Html::encode($message)
|
|
?>
|