mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-20 14:12:20 -04:00
Merge branch 'master' of https://github.com/unkn0w7n/calibre
This commit is contained in:
@@ -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>'
|
||||
|
||||
Reference in New Issue
Block a user