Skip to content
  • vrana's avatar
    Convert AphrontTableView to safe HTML · 9b8da737
    vrana authored
    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
    9b8da737