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:
@@ -30,7 +30,7 @@ final class DifferentialDiffCreateController extends DifferentialController {
|
||||
$form = new AphrontFormView();
|
||||
$arcanist_href = PhabricatorEnv::getDoclink(
|
||||
'article/Arcanist_User_Guide.html');
|
||||
$arcanist_link = phutil_render_tag(
|
||||
$arcanist_link = phutil_tag(
|
||||
'a',
|
||||
array(
|
||||
'href' => $arcanist_href,
|
||||
|
||||
@@ -184,7 +184,7 @@ final class DifferentialRevisionViewController extends DifferentialController {
|
||||
'<p>'.pht('This diff is very large and affects %d files. Load '.
|
||||
'each file individually. ', $count).
|
||||
"<strong>".
|
||||
phutil_render_tag(
|
||||
phutil_tag(
|
||||
'a',
|
||||
array(
|
||||
'href' => $request_uri
|
||||
|
||||
Reference in New Issue
Block a user