Link class

main
Bob Mottram 2022-05-25 15:10:56 +01:00
parent 5390b0ac28
commit 2dbb1903e3
1 changed files with 1 additions and 1 deletions

View File

@ -496,7 +496,7 @@ def _get_profile_header(base_dir: str, http_prefix: str,
html_str += \
' <a href="/users/' + nickname + '.vcf" ' + \
'download="contact_' + nickname + '@' + domain_full + \
'.vcf" tabindex="1">' + \
'.vcf" tabindex="1" class="imageAnchor">' + \
'<img class="vcard" src="/icons/vcard.png" ' + \
'title="vCard" alt="vCard" /></a>\n'