main
Bob Mottram 2024-06-05 21:39:20 +01:00
parent 3195ff3f4f
commit 9033869c69
1 changed files with 2 additions and 0 deletions

View File

@ -480,6 +480,8 @@ def html_podcast_episode(translate: {},
if not links_text:
links_text = '<p>\n'
link_url = link_str
# check that the link is not too long so that it does not
# mess up display on mobile
if len(link_str) > MAX_LINK_LENGTH:
link_str = link_str[:MAX_LINK_LENGTH-1]
links_text += \