Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaomalover committed Sep 9, 2019
1 parent 661dd6e commit c7ca0ee
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion protected/core/modules/home/admin/views/contact/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@
'company',
'mobile',
'email:email',
'demand:ntext',
[
'attribute'=>'demand',
'value'=> Html::encode($model->demand),
'format' => 'html',
],
'created_at:datetime',
[
'attribute'=>'status',
Expand Down

0 comments on commit c7ca0ee

Please sign in to comment.