diff --git a/webapp_column_left.py b/webapp_column_left.py
index cf3b961da..dc88eec99 100644
--- a/webapp_column_left.py
+++ b/webapp_column_left.py
@@ -162,7 +162,8 @@ def get_left_column_content(base_dir: str, nickname: str, domain_full: str,
# show the edit icon
html_str += \
' ' + \
+ 'accesskey="' + access_keys['menuEdit'] + '" tabindex="5" ' + \
+ 'class="imageAnchor">' + \
'
' + \
+ '" tabindex="5" class="imageAnchor">' + \
'
' + \
+ ' ' + \
'
' + \
+ 'accesskey="' + access_keys['menuEdit'] + \
+ '" tabindex="4" class="imageAnchor">' + \
'
' + \
+ 'accesskey="' + access_keys['menuEdit'] + \
+ '" tabindex="4" class="imageAnchor">' + \
'
' + \
+ ' ' + \
'
\n'
rss_icon_str += \
- ' ' + \
+ ' ' + \
'
' + \
+ 'accesskey="' + access_keys['menuNewPost'] + \
+ '" class="imageAnchor">' + \
'
'
+ 'title="' + translate['Remove Vote'] + \
+ '" class="imageAnchor">'
html_str += '
'
+ 'title="' + translate['Vote'] + '" class="imageAnchor">'
html_str += '
'
@@ -394,7 +399,7 @@ def html_citations(base_dir: str, nickname: str, domain: str,
html_str += \
'\n'
+ translate['Go Back'] + '" class="imageAnchor">\n'
html_str += '
\n'
@@ -508,7 +513,8 @@ def html_newswire_mobile(css_cache: {}, base_dir: str, nickname: str,
get_banner_file(base_dir, nickname, domain, theme)
html_str += \
'' + \
+ 'accesskey="' + access_keys['menuTimeline'] + '" ' + \
+ 'class="imageAnchor">' + \
'
\n'