Commit a82f7c52 by Mark

fix

parent 31383fe4
......@@ -24,7 +24,7 @@ echo GridView::widget([
'value' => function ($data) {
return str_repeat('<span class="indent">→</span>', $data['level']) . Html::encode($data['info']);
},
'formtat' => 'html',
'format' => 'html',
'options' => [
'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