Restore merge of phutil_tag.

This commit is contained in:
epriestley
2013-02-13 14:50:15 -08:00
parent 73cce6e131
commit ef7f16180c
264 changed files with 1690 additions and 1716 deletions

View File

@@ -97,10 +97,9 @@ final class PhabricatorProjectListController
'href' => '/project/view/'.$project->getID().'/',
),
$project->getName()),
phutil_escape_html(
PhabricatorProjectStatus::getNameForStatus($project->getStatus())),
phutil_escape_html($blurb),
phutil_escape_html($population),
PhabricatorProjectStatus::getNameForStatus($project->getStatus()),
$blurb,
$population,
phutil_tag(
'a',
array(