Tab index for edits

main
Bob Mottram 2022-06-10 17:00:55 +01:00
parent b8b25760e9
commit 3687fb04f6
1 changed files with 1 additions and 1 deletions

View File

@ -1683,7 +1683,7 @@ def create_edits_html(edits_json: {}, post_json_object: {},
content = prev_content
if not edits_str:
return ''
return '<details><summary class="cw">' + \
return '<details><summary class="cw" tabindex="10">' + \
translate['SHOW EDITS'] + '</summary>' + \
edits_str + '</details>'