summaryrefslogtreecommitdiff
path: root/src/resources/error.html
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2016-01-24 19:23:43 -0600
committerMichael Catanzaro <mcatanzaro@igalia.com>2016-01-25 09:20:10 -0600
commitcc67c5f394a94e3b5e1cf232772d73a9cb2e90f5 (patch)
treeec136781891221f9981b9752f8650f413c904502 /src/resources/error.html
parentff58bf0e64a261eb6cb295f256803f11ca4a5dad (diff)
downloadepiphany-cc67c5f394a94e3b5e1cf232772d73a9cb2e90f5.tar.gz
web-view: Add mnemonics for error page buttons
Unfortunately WebKit does not actually render the access key, so there's no way to know it's there, but it's better than not having any access key. https://bugzilla.gnome.org/show_bug.cgi?id=761069
Diffstat (limited to 'src/resources/error.html')
-rw-r--r--src/resources/error.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/error.html b/src/resources/error.html
index a770fa001..166332329 100644
--- a/src/resources/error.html
+++ b/src/resources/error.html
@@ -37,7 +37,7 @@
</div>
<div class="buttonbox">
- <button onclick="javascript:load_anyway()">%s</button>
+ <button accesskey="%s" onclick="javascript:load_anyway()">%s</button>
</div>
</div>
</div>