diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2017-10-14 18:35:54 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2017-10-14 18:35:54 +0200 |
| commit | 5acc185ceef4dd2a64726df62ae79895a84d3a1e (patch) | |
| tree | 9ee19b1010fa630ecf90643ac23549b14bb80943 /src/librustdoc/html/layout.rs | |
| parent | af7de7b6774b061b7809ce9aa6db31ea29df33c8 (diff) | |
| download | rust-5acc185ceef4dd2a64726df62ae79895a84d3a1e.tar.gz rust-5acc185ceef4dd2a64726df62ae79895a84d3a1e.zip | |
Fix arrow display
Diffstat (limited to 'src/librustdoc/html/layout.rs')
| -rw-r--r-- | src/librustdoc/html/layout.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/librustdoc/html/layout.rs b/src/librustdoc/html/layout.rs index d08a7bde71c..873d978b9cb 100644 --- a/src/librustdoc/html/layout.rs +++ b/src/librustdoc/html/layout.rs @@ -97,9 +97,9 @@ r##"<!DOCTYPE html> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> - <dt>⇤</dt> + <dt>↑</dt> <dd>Move up in search results</dd> - <dt>⇥</dt> + <dt>↓</dt> <dd>Move down in search results</dd> <dt>⏎</dt> <dd>Go to active search result</dd> |
