Skip to content

Commit d91305e

Browse files
author
vrana
committed
Add external arrow to Search Owners
Test Plan: Displayed it. Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D3930
1 parent 2137b49 commit d91305e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/applications/diffusion/controller/DiffusionController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ final protected function buildSideNav($selected, $has_change_view) {
8383
'?repository='.phutil_escape_uri($drequest->getCallsign()).
8484
'&path='.phutil_escape_uri('/'.$drequest->getPath()),
8585
),
86-
'Search Owners'));
86+
"Search Owners \xE2\x86\x97"));
8787

8888
return $nav;
8989
}

0 commit comments

Comments
 (0)