mirror of
https://github.com/searxng/searxng.git
synced 2024-11-05 04:40:11 +01:00
[fix] pubmed content being None
This commit is contained in:
parent
cf734e6008
commit
be888810ba
@ -99,7 +99,7 @@ def response(resp):
|
|||||||
'template': 'paper.html',
|
'template': 'paper.html',
|
||||||
'url': url,
|
'url': url,
|
||||||
'title': title,
|
'title': title,
|
||||||
'content': content,
|
'content': content or "",
|
||||||
'journal': journal,
|
'journal': journal,
|
||||||
'issn': [issn],
|
'issn': [issn],
|
||||||
'authors': authors,
|
'authors': authors,
|
||||||
|
Loading…
Reference in New Issue
Block a user