Convert simple phutil_render_tag() to phutil_tag()
Summary: Done manually. Test Plan: Loaded homepage. Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D4509
This commit is contained in:
@@ -100,12 +100,12 @@ final class PhabricatorInlineSummaryView extends AphrontView {
|
||||
}
|
||||
}
|
||||
|
||||
return phutil_render_tag(
|
||||
return phutil_tag(
|
||||
'table',
|
||||
array(
|
||||
'class' => 'phabricator-inline-summary-table',
|
||||
),
|
||||
implode("\n", $rows));
|
||||
new PhutilSafeHTML(implode("\n", $rows)));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user