We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f91a4d9 commit 7b20fdcCopy full SHA for 7b20fdc
views/index.php
@@ -14,7 +14,7 @@
14
?>
15
<div class="cron-schedule-model-index">
16
17
- <h1><?php echo Html::encode($this->title) ?></h1>
+ <h1><?php echo Html::encode($this->title); ?></h1>
18
<?php Pjax::begin(['timeout' => 5000]); ?>
19
<?php echo GridView::widget([
20
'dataProvider' => $dataProvider,
0 commit comments