Fix arrow display

This commit is contained in:
Guillaume Gomez 2017-10-14 18:35:54 +02:00
parent af7de7b677
commit 5acc185cee

View File

@ -97,9 +97,9 @@ r##"<!DOCTYPE html>
<dd>Show this help dialog</dd> <dd>Show this help dialog</dd>
<dt>S</dt> <dt>S</dt>
<dd>Focus the search field</dd> <dd>Focus the search field</dd>
<dt>&larrb;</dt> <dt></dt>
<dd>Move up in search results</dd> <dd>Move up in search results</dd>
<dt>&rarrb;</dt> <dt></dt>
<dd>Move down in search results</dd> <dd>Move down in search results</dd>
<dt>&#9166;</dt> <dt>&#9166;</dt>
<dd>Go to active search result</dd> <dd>Go to active search result</dd>