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(
|
$view->addTextContent(
|
||||||
array(
|
array(
|
||||||
$votable,
|
$votable,
|
||||||
|
phutil_tag(
|
||||||
|
'div',
|
||||||
|
array(
|
||||||
|
'class' => 'phabricator-remarkup',
|
||||||
|
),
|
||||||
PhabricatorMarkupEngine::renderOneObject(
|
PhabricatorMarkupEngine::renderOneObject(
|
||||||
$question,
|
$question,
|
||||||
$question->getMarkupField(),
|
$question->getMarkupField(),
|
||||||
$viewer),
|
$viewer)),
|
||||||
));
|
));
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user