mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-01-06 12:10:18 -05:00
...
This commit is contained in:
parent
8eae5df87d
commit
91be01e27a
@ -159,7 +159,7 @@ class Reuters(BasicNewsRecipe):
|
||||
)
|
||||
|
||||
if data.get('summary'):
|
||||
(
|
||||
body += (
|
||||
'<blockquote>'
|
||||
+ ''.join(f'<li>{su["description"]}</li>' for su in data['summary'])
|
||||
+ '</blockquote>'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user