Commit 0b1fad20 by Qiang Xue

Fixes #668

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