mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-25 22:18:19 +01:00
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:
parent
2ee1f8cb4e
commit
22d7b54378
1 changed files with 9 additions and 4 deletions
|
@ -159,10 +159,15 @@ final class PonderQuestionViewController extends PonderController {
|
||||||
$view->addTextContent(
|
$view->addTextContent(
|
||||||
array(
|
array(
|
||||||
$votable,
|
$votable,
|
||||||
PhabricatorMarkupEngine::renderOneObject(
|
phutil_tag(
|
||||||
$question,
|
'div',
|
||||||
$question->getMarkupField(),
|
array(
|
||||||
$viewer),
|
'class' => 'phabricator-remarkup',
|
||||||
|
),
|
||||||
|
PhabricatorMarkupEngine::renderOneObject(
|
||||||
|
$question,
|
||||||
|
$question->getMarkupField(),
|
||||||
|
$viewer)),
|
||||||
));
|
));
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue