1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-13 18:32:41 +01:00
phorge-phorge/src/applications/oauthserver/controller/client
vrana 20768d65d5 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
2013-01-24 19:20:27 -08:00
..
PhabricatorOAuthClientBaseController.php Delete license headers from files 2012-11-05 11:16:51 -08:00
PhabricatorOAuthClientDeleteController.php Delete license headers from files 2012-11-05 11:16:51 -08:00
PhabricatorOAuthClientEditController.php Convert phutil_render_tag(X, Y, '...') to phutil_tag 2013-01-24 19:20:27 -08:00
PhabricatorOAuthClientListController.php Convert phutil_render_tag(X, Y, '...') to phutil_tag 2013-01-24 19:20:27 -08:00
PhabricatorOAuthClientViewController.php Convert phutil_render_tag(X, Y, '...') to phutil_tag 2013-01-24 19:20:27 -08:00