mirror of https://gitlab.com/bashrc2/epicyon
Missing tab index
parent
a3eeb97628
commit
b7b23b9816
|
@ -184,7 +184,7 @@ def get_right_column_content(base_dir: str, nickname: str, domain_full: str,
|
|||
' <a href="' + \
|
||||
'/users/' + nickname + '/newblog?nodropdown" ' + \
|
||||
'accesskey="' + access_keys['menuNewPost'] + \
|
||||
'" class="imageAnchor">' + \
|
||||
'" class="imageAnchor" tabindex="4">' + \
|
||||
'<img class="' + edit_image_class + \
|
||||
'" loading="lazy" decoding="async" alt="' + \
|
||||
title_str + '" title="' + \
|
||||
|
|
Loading…
Reference in New Issue