diff --git a/src/applications/search/controller/base/PhabricatorSearchBaseController.php b/src/applications/search/controller/base/PhabricatorSearchBaseController.php index a7e289789c..2eaf11f348 100644 --- a/src/applications/search/controller/base/PhabricatorSearchBaseController.php +++ b/src/applications/search/controller/base/PhabricatorSearchBaseController.php @@ -1,7 +1,7 @@ setApplicationName('Search'); $page->setBaseURI('/search/'); $page->setTitle(idx($data, 'title')); - $page->setGlyph("(?)"); + $page->setGlyph("\xC2\xBF"); $page->appendChild($view); $response = new AphrontWebpageResponse();