This commit is contained in:
Kovid Goyal 2025-03-30 13:14:44 +05:30
commit d3788719ed
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -159,7 +159,7 @@ class Reuters(BasicNewsRecipe):
) )
if data.get('summary'): if data.get('summary'):
( body += (
'<blockquote>' '<blockquote>'
+ ''.join(f'<li>{su["description"]}</li>' for su in data['summary']) + ''.join(f'<li>{su["description"]}</li>' for su in data['summary'])
+ '</blockquote>' + '</blockquote>'