Indicate link to a license

main
Bob Mottram 2023-07-09 10:17:10 +01:00
parent 8ac310011d
commit 5915d3ddb5
1 changed files with 1 additions and 1 deletions

View File

@ -1875,7 +1875,7 @@ def _get_copyright_footer(content_license_url: str,
copyright_str = \
' ' + \
'<a class="imageAnchor" href="' + content_license_url + \
'" title="' + description + '" tabindex="10">' + \
'" title="' + description + '" tabindex="10" rel="license">' + \
'<img loading="lazy" decoding="async" title="' + \
description + '" alt="' + description + \
' |" src="/icons/' + icon_filename + '"/></a>\n'