Convert phutil_render_tag(X, Y, '...') to phutil_tag

Summary:
Created with spatch:

  lang=diff
  - phutil_render_tag
  + phutil_tag
    (X, Y, '...')

Then searched for `&` and `<` in the output and replaced them.

Test Plan: Loaded homepage.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D4503
This commit is contained in:
vrana
2013-01-17 18:57:09 -08:00
parent 48561a8b1f
commit 20768d65d5
86 changed files with 140 additions and 140 deletions

View File

@@ -53,7 +53,7 @@ final class PhabricatorFactChartController extends PhabricatorFactController {
$y = array_values($points);
$id = celerity_generate_unique_node_id();
$chart = phutil_render_tag(
$chart = phutil_tag(
'div',
array(
'id' => $id,