Fix object ObjectItemListView attributes

Summary: This works after pht() + html got sorted out.

Test Plan: Looked at some object attribute lists.

Reviewers: vrana

Reviewed By: vrana

CC: aran

Maniphest Tasks: T2432

Differential Revision: https://secure.phabricator.com/D4645
This commit is contained in:
epriestley
2013-01-28 18:09:00 -08:00
parent f9030885c4
commit d83257c29a
9 changed files with 36 additions and 16 deletions

View File

@@ -85,7 +85,8 @@ final class PhabricatorPasteListController extends PhabricatorPasteController {
$created = phabricator_date($paste->getDateCreated(), $user);
$author = $this->getHandle($paste->getAuthorPHID())->renderLink();
$source_code = $this->buildSourceCodeView($paste, 5)->render();
$source_code = phutil_render_tag(
$source_code = phutil_tag(
'div',
array(
'class' => 'phabricator-source-code-summary',