Commit a82f7c52 by Mark

fix

parent 31383fe4
...@@ -24,7 +24,7 @@ echo GridView::widget([ ...@@ -24,7 +24,7 @@ echo GridView::widget([
'value' => function ($data) { 'value' => function ($data) {
return str_repeat('<span class="indent">→</span>', $data['level']) . Html::encode($data['info']); return str_repeat('<span class="indent">→</span>', $data['level']) . Html::encode($data['info']);
}, },
'formtat' => 'html', 'format' => 'html',
'options' => [ 'options' => [
'width' => '60%', 'width' => '60%',
], ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment