Kill some PhutilSafeHTML

Summary: Also couple of unrelated Ponder changes.

Test Plan: /Q5

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D4858
This commit is contained in:
vrana
2013-02-07 15:57:37 -08:00
parent 7dd19ba93f
commit 138da5a279
5 changed files with 22 additions and 28 deletions

View File

@@ -316,9 +316,10 @@ final class PhabricatorDirectoryMainController
array(
'class' => 'phabricator-jump-nav-caption',
),
new PhutilSafeHTML(
hsprintf(
'Enter the name of an object like <tt>D123</tt> to quickly jump to '.
'it. See '.$doc_link.' or type <tt>help</tt>.'));
'it. See %s or type <tt>help</tt>.',
$doc_link));
$panel = new AphrontPanelView();
$panel->setHeader('Jump Nav');