Alt text for DM icon

main
Bob Mottram 2025-04-26 14:33:12 +01:00
parent 6c765077f5
commit eb0d021518
1 changed files with 1 additions and 1 deletions

View File

@ -2674,7 +2674,7 @@ def individual_post_as_html(signing_priv_key_pem: str,
if post_is_dm:
title_str = \
title_str + ' <img loading="lazy" decoding="async" src="/' + \
'icons/dm.png" class="DMicon"/>\n'
'icons/dm.png" alt="(' + translate['DM'] + ')" class="DMicon"/>\n'
# check if replying is permitted
comments_enabled = True