1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-15 03:12:41 +01:00
phorge-phorge/src/applications/owners/controller
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
..
PhabricatorOwnersController.php Move all ListFilter buttons into crumbs 2013-01-15 15:38:05 -08:00
PhabricatorOwnersDeleteController.php Delete license headers from files 2012-11-05 11:16:51 -08:00
PhabricatorOwnersDetailController.php Convert phutil_render_tag(X, Y, '...') to phutil_tag 2013-01-24 19:20:27 -08:00
PhabricatorOwnersEditController.php Allow excluding paths from package 2012-12-07 16:33:16 -08:00
PhabricatorOwnersListController.php Convert phutil_render_tag(X, Y, phutil_escape_html(Z)) to phutil_tag 2013-01-24 19:08:55 -08:00