mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-01 01:18:22 +01:00
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:
parent
d8bb59bd9a
commit
ec6f24ad1b
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue