Browse Source

Fixes #668

tags/2.0.0-beta
Qiang Xue 11 years ago
parent
commit
0b1fad2089
  1. 2
      framework/yii/widgets/DetailView.php

2
framework/yii/widgets/DetailView.php

@ -31,7 +31,7 @@ use yii\helpers\Inflector;
*
* ~~~
* \yii\widgets\DetailView::widget(array(
* 'data' => $model,
* 'model' => $model,
* 'attributes' => array(
* 'title', // title attribute (in plain text)
* 'description:html', // description attribute in HTML

Loading…
Cancel
Save