1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-22 10:18:48 +02:00
phorge-phorge/src/applications/maniphest/auxiliaryfield
vrana a22ef4e9b4 Kill most of phutil_escape_html()
Summary:
This resolves lots of double escaping.
We changed most of `phutil_render_tag(, , $s)` to `phutil_tag(, , $s)` which means that `$s` is now auto-escaped.
Also `pht()` auto escapes if it gets `PhutilSafeHTML`.

Test Plan: None.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Maniphest Tasks: T2432

Differential Revision: https://secure.phabricator.com/D4889
2013-02-11 15:27:38 -08:00
..
ManiphestAuxiliaryFieldDefaultSpecification.php Kill most of phutil_escape_html() 2013-02-11 15:27:38 -08:00
ManiphestAuxiliaryFieldSpecification.php Kill most of phutil_escape_html() 2013-02-11 15:27:38 -08:00
ManiphestAuxiliaryFieldTypeException.php Delete license headers from files 2012-11-05 11:16:51 -08:00
ManiphestAuxiliaryFieldValidationException.php Delete license headers from files 2012-11-05 11:16:51 -08:00