mirror of
https://github.com/TrentSPalmer/trentpalmerdotorg.git
synced 2024-11-22 01:21:30 -08:00
fix item image attribution text in audio/rss_utils.py
This commit is contained in:
parent
66a6704384
commit
70900bca6b
@ -18,7 +18,7 @@ def get_rss_item_desc(item):
|
||||
if item.image_attribution_url == '':
|
||||
i = f'{item.image_attribution}'
|
||||
else:
|
||||
i = f'<a href="{item.image_attribution_url}">{item.feed.image_attribution}</a>'
|
||||
i = f'<a href="{item.image_attribution_url}">{item.image_attribution}</a>'
|
||||
j = f' is licensed <a href="{item.image_license_url}">{item.image_license_name}</a>'
|
||||
k = f' {item.image_license_jurisdiction}.</p>'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user