Skip to content

Commit 5acc185

Browse files
Fix arrow display
1 parent af7de7b commit 5acc185

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/librustdoc/html/layout.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ r##"<!DOCTYPE html>
9797
<dd>Show this help dialog</dd>
9898
<dt>S</dt>
9999
<dd>Focus the search field</dd>
100-
<dt>&larrb;</dt>
100+
<dt></dt>
101101
<dd>Move up in search results</dd>
102-
<dt>&rarrb;</dt>
102+
<dt></dt>
103103
<dd>Move down in search results</dd>
104104
<dt>&#9166;</dt>
105105
<dd>Go to active search result</dd>

0 commit comments

Comments
 (0)