Leading @ on fediverse handle

main
Bob Mottram 2024-06-05 20:38:22 +01:00
parent 7524d7656d
commit 06fe625027
1 changed files with 1 additions and 1 deletions

View File

@ -463,7 +463,7 @@ def html_podcast_episode(translate: {},
podcast_domain, _ = get_domain_from_actor(fediverse_handle)
if podcast_nickname and podcast_domain:
podcast_str += \
'<p><a href="' + fediverse_handle + '">' + \
'<p><a href="' + fediverse_handle + '">@' + \
podcast_nickname + '@' + podcast_domain + '</a></p>\n'
extra_links = []