Add missing "phabricator-remarkup" div
Summary: Fixes T3652. Test Plan: Created a Ponder question with fancy remarkup in the descriptive text. Reviewers: btrahan, Firehed Reviewed By: btrahan CC: aran Maniphest Tasks: T3652 Differential Revision: https://secure.phabricator.com/D6632
This commit is contained in:
@@ -159,10 +159,15 @@ final class PonderQuestionViewController extends PonderController {
|
||||
$view->addTextContent(
|
||||
array(
|
||||
$votable,
|
||||
PhabricatorMarkupEngine::renderOneObject(
|
||||
$question,
|
||||
$question->getMarkupField(),
|
||||
$viewer),
|
||||
phutil_tag(
|
||||
'div',
|
||||
array(
|
||||
'class' => 'phabricator-remarkup',
|
||||
),
|
||||
PhabricatorMarkupEngine::renderOneObject(
|
||||
$question,
|
||||
$question->getMarkupField(),
|
||||
$viewer)),
|
||||
));
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user