1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02: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:
Chad Little 2014-11-05 09:19:30 -08:00
parent deee500fd0
commit 800e3812bc

View file

@ -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);
}