Homec4science

Allow phutil_render_tag() to accept an array content argument

Authored by epriestley <git@epriestley.com> on Jan 25 2013, 20:47.

Description

Allow phutil_render_tag() to accept an array content argument

Summary: D4509 converted some phutil_render_tag('x', array(...), $x.$y) to phutil_tag('x', array(...), array($x, $y)), but we don't currently support this. Support it, since it makes conversions easier.

Test Plan: Fixes some issues in the phutil_tag branch, like PhabricatorPropertyListView.

Reviewers: vrana

Reviewed By: vrana

CC: aran

Differential Revision: https://secure.phabricator.com/D4640

Details

Committed
epriestley <git@epriestley.com>Jan 25 2013, 20:47
Pushed
aubortMar 17 2017, 12:03
Parents
rPHU42ac69282150: Automatically escape HTML
Branches
Unknown
Tags
Unknown

Event Timeline

epriestley <git@epriestley.com> committed rPHU7d2b52c839be: Allow phutil_render_tag() to accept an array content argument (authored by epriestley <git@epriestley.com>).Jan 25 2013, 20:47