Homec4science

Convert AphrontTableView to safe HTML

Authored by vrana <jakubv@fb.com> on Feb 9 2013, 21:10.

Description

Convert AphrontTableView to safe HTML

Summary:
Lots of killed phutil_escape_html().

Done by searching for AphrontTableView and then $rows (usually) backwards.

Test Plan:
Looked at homepage.

echo id(new AphrontTableView(array(array('<'))))->render();

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

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

Details

Committed
vrana <jakubv@fb.com>Feb 10 2013, 00:11
Pushed
aubortJan 31 2017, 17:16
Parents
rPH58b6e2cac641: Convert AphrontDialogView to safe HTML
Branches
Unknown
Tags
Unknown

Event Timeline

vrana <jakubv@fb.com> committed rPH9b8da7376550: Convert AphrontTableView to safe HTML (authored by vrana <jakubv@fb.com>).Feb 10 2013, 00:11