summaryrefslogtreecommitdiff
path: root/qutebrowser/html/bindings.html
diff options
context:
space:
mode:
Diffstat (limited to 'qutebrowser/html/bindings.html')
-rw-r--r--qutebrowser/html/bindings.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/qutebrowser/html/bindings.html b/qutebrowser/html/bindings.html
index fe6913402..7bc441cbd 100644
--- a/qutebrowser/html/bindings.html
+++ b/qutebrowser/html/bindings.html
@@ -10,7 +10,7 @@ th { text-align:left; }
{% block content %}
<header><h1>{{ title }}</h1></header>
{% for mode, binding in bindings.items() %}
-<h2>{{ mode | capitalize }} mode</h2>
+<h2 id="{{ mode }}">{{ mode | capitalize }} mode</h2>
<table>
<tr>
<th>Key</th>