Merge renderSingleView() and renderHTMLView()
Summary: They are same because render() returns safe HTML and raw strings are automatically escaped. Test Plan: None. Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D4909
This commit is contained in:
@@ -166,7 +166,7 @@ final class PhabricatorObjectItemView extends AphrontView {
|
||||
array(
|
||||
'class' => 'phabricator-object-item-content',
|
||||
),
|
||||
$this->renderHTMLView(
|
||||
$this->renderSingleView(
|
||||
array(
|
||||
$header,
|
||||
$attrs,
|
||||
|
||||
Reference in New Issue
Block a user