Browse Source

fix

tags/2.0.0-beta
Mark 11 years ago
parent
commit
a82f7c5260
  1. 2
      extensions/yii/debug/views/default/panels/profile/detail.php

2
extensions/yii/debug/views/default/panels/profile/detail.php

@ -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%',
], ],

Loading…
Cancel
Save