Convert setCaption() to safe HTML

Test Plan: /settings/panel/display/

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Maniphest Tasks: T2432

Differential Revision: https://secure.phabricator.com/D4824
This commit is contained in:
vrana
2013-02-05 13:23:05 -08:00
parent bcf9b9d4a7
commit be4662e667
15 changed files with 52 additions and 45 deletions

View File

@@ -149,9 +149,9 @@ final class PhabricatorDirectoryMainController
$panel = new AphrontPanelView();
$panel->setHeader('Needs Triage');
$panel->setCaption(
$panel->setCaption(hsprintf(
'Open tasks with "Needs Triage" priority in '.
'<a href="/project/">projects you are a member of</a>.');
'<a href="/project/">projects you are a member of</a>.'));
$panel->addButton(
phutil_tag(