mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-23 22:10:55 +01:00
Style feed stories with phabricator-remarkup
Summary: Fixes T6316. Wraps feed content in remarkup. Test Plan: Post a comment with a quote on Task, go to Feed and see the quote properly styled. Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Maniphest Tasks: T6316 Differential Revision: https://secure.phabricator.com/D10788
This commit is contained in:
parent
deee500fd0
commit
800e3812bc
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ final class PHUIFeedStoryView extends AphrontView {
|
|||
$body = phutil_tag(
|
||||
'div',
|
||||
array(
|
||||
'class' => 'phui-feed-story-body',
|
||||
'class' => 'phui-feed-story-body phabricator-remarkup',
|
||||
),
|
||||
$body_content);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue