Skip to content

Commit

Permalink
Fix arrow display
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Oct 14, 2017
1 parent af7de7b commit 5acc185
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/librustdoc/html/layout.rs
Expand Up @@ -97,9 +97,9 @@ r##"<!DOCTYPE html>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>&larrb;</dt>
<dt></dt>
<dd>Move up in search results</dd>
<dt>&rarrb;</dt>
<dt></dt>
<dd>Move down in search results</dd>
<dt>&#9166;</dt>
<dd>Go to active search result</dd>
Expand Down

0 comments on commit 5acc185

Please sign in to comment.