Homec4science

Convert phutil_render_tag(X, Y, '...') to phutil_tag

Authored by vrana <jakubv@fb.com> on Jan 18 2013, 03:57.

Description

Convert phutil_render_tag(X, Y, '...') to phutil_tag

Summary:
Created with spatch:

- 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

Details

Committed
vrana <jakubv@fb.com>Jan 25 2013, 04:20
Pushed
aubortJan 31 2017, 17:16
Parents
rPH48561a8b1f7b: Convert phutil_render_tag(X, Y, phutil_escape_html(Z)) to phutil_tag
Branches
Unknown
Tags
Unknown

Event Timeline

vrana <jakubv@fb.com> committed rPH20768d65d566: Convert phutil_render_tag(X, Y, '...') to phutil_tag (authored by vrana <jakubv@fb.com>).Jan 25 2013, 04:20