about summary refs log tree commit diff
path: root/src/librustdoc/html/layout.rs
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2017-10-14 18:35:54 +0200
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2017-10-14 18:35:54 +0200
commit5acc185ceef4dd2a64726df62ae79895a84d3a1e (patch)
tree9ee19b1010fa630ecf90643ac23549b14bb80943 /src/librustdoc/html/layout.rs
parentaf7de7b6774b061b7809ce9aa6db31ea29df33c8 (diff)
downloadrust-5acc185ceef4dd2a64726df62ae79895a84d3a1e.tar.gz
rust-5acc185ceef4dd2a64726df62ae79895a84d3a1e.zip
Fix arrow display
Diffstat (limited to 'src/librustdoc/html/layout.rs')
-rw-r--r--src/librustdoc/html/layout.rs4
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>&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>