Restore merge of phutil_tag.
This commit is contained in:
@@ -68,7 +68,7 @@ final class DiffusionRepositoryController extends DiffusionController {
|
||||
'View Full Commit History');
|
||||
|
||||
$panel = new AphrontPanelView();
|
||||
$panel->setHeader("Recent Commits · {$all}");
|
||||
$panel->setHeader(hsprintf("Recent Commits · %s", $all));
|
||||
$panel->appendChild($history_table);
|
||||
$panel->setNoBackground();
|
||||
|
||||
@@ -125,9 +125,7 @@ final class DiffusionRepositoryController extends DiffusionController {
|
||||
|
||||
$rows = array();
|
||||
foreach ($properties as $key => $value) {
|
||||
$rows[] = array(
|
||||
phutil_escape_html($key),
|
||||
phutil_escape_html($value));
|
||||
$rows[] = array($key, $value);
|
||||
}
|
||||
|
||||
$table = new AphrontTableView($rows);
|
||||
|
||||
Reference in New Issue
Block a user