Skip to content

Commit

Permalink
fixed: 个人主页回复图片大小
Browse files Browse the repository at this point in the history
  • Loading branch information
forecho committed Oct 20, 2018
1 parent 7694cae commit 0281767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/modules/user/views/default/_view.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
['class' => 'list-group-item-heading']
);
echo Html::tag('span', Yii::$app->formatter->asRelativeTime($model->created_at), ['class' => 'ml5 fade-info']);
echo Html::tag('p', HtmlPurifier::process(Markdown::process($model->comment, 'gfm')), ['class' => 'markdown-reply']);
echo Html::tag('div', HtmlPurifier::process(Markdown::process($model->comment, 'gfm')), ['class' => 'markdown-reply']);

This comment has been minimized.

Copy link
@successgo

successgo Oct 21, 2018

Contributor

Nice. Thank you.

This comment has been minimized.

Copy link
@fancyecommerce

fancyecommerce Nov 6, 2018

Contributor

fecshop.com 论坛已经更新了,3Q, @forecho

break;
case 'favorite':
case 'like':
Expand Down

0 comments on commit 0281767

Please sign in to comment.