Skip to content

Commit 7b20fdc

Browse files
author
igor-chepurnoi
committed
cs fix
1 parent f91a4d9 commit 7b20fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
?>
1515
<div class="cron-schedule-model-index">
1616

17-
<h1><?php echo Html::encode($this->title) ?></h1>
17+
<h1><?php echo Html::encode($this->title); ?></h1>
1818
<?php Pjax::begin(['timeout' => 5000]); ?>
1919
<?php echo GridView::widget([
2020
'dataProvider' => $dataProvider,

0 commit comments

Comments
 (0)