Use glyph in search
Summary: It seems that (?) is error. Test Plan: Search. Reviewers: epriestley Reviewed By: epriestley CC: aran, epriestley Differential Revision: https://secure.phabricator.com/D1904
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* Copyright 2011 Facebook, Inc.
|
||||
* Copyright 2012 Facebook, Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -27,7 +27,7 @@ abstract class PhabricatorSearchBaseController extends PhabricatorController {
|
||||
$page->setApplicationName('Search');
|
||||
$page->setBaseURI('/search/');
|
||||
$page->setTitle(idx($data, 'title'));
|
||||
$page->setGlyph("(?)");
|
||||
$page->setGlyph("\xC2\xBF");
|
||||
$page->appendChild($view);
|
||||
|
||||
$response = new AphrontWebpageResponse();
|
||||
|
||||
Reference in New Issue
Block a user