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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user