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:
vrana
2013-02-11 14:43:25 -08:00
parent c9ab1fe505
commit ae4e5807d6
27 changed files with 41 additions and 57 deletions

View File

@@ -166,7 +166,7 @@ final class PhabricatorObjectItemView extends AphrontView {
array(
'class' => 'phabricator-object-item-content',
),
$this->renderHTMLView(
$this->renderSingleView(
array(
$header,
$attrs,