diff --git a/webapp_podcast.py b/webapp_podcast.py index 028b2e23a..9619c1fa1 100644 --- a/webapp_podcast.py +++ b/webapp_podcast.py @@ -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 += \ - '

' + \ + '

@' + \ podcast_nickname + '@' + podcast_domain + '

\n' extra_links = []