Restore merge of phutil_tag.
This commit is contained in:
@@ -159,8 +159,7 @@ abstract class ConpherenceController extends PhabricatorController {
|
||||
$item->addClass('hide-unread-count');
|
||||
}
|
||||
|
||||
// TODO: [HTML] Clean this up when we clean up HTML stuff in Conpherence.
|
||||
$nav->addCustomBlock(phutil_safe_html($item->render()));
|
||||
$nav->addCustomBlock($item->render());
|
||||
}
|
||||
if (empty($conpherences) || $read) {
|
||||
$nav->addCustomBlock($this->getNoConpherencesBlock());
|
||||
|
||||
Reference in New Issue
Block a user