mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'master' of https://github.com/unkn0w7n/calibre
This commit is contained in:
commit
d3788719ed
@ -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