diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2024-01-22 16:54:35 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2024-01-22 17:08:09 +0100 |
commit | 48f7bd133e81b0d99a62020aa6e46232f514b591 (patch) | |
tree | bfc78593cb7e5ec744f9ebf8fe4af700eb964f44 /index.html | |
parent | 842ae495c363c8d7367663ec959b53fea937624d (diff) |
Set ‘aria-label’ attribute on <button>s to their ‘title’ attribute value.
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ <div class="modal-content"> <div class="modal-header py-2"> <h5 class="my-0">Källor och licensinformation</h5> - <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button> + <button type="button" class="btn-close" data-bs-dismiss="modal" title="Stäng" aria-label="Stäng"></button> </div> <div class="modal-body pt-2"> <ul class="mb-2"> |