mirror of
https://github.com/searxng/searxng.git
synced 2024-11-04 20:30: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',
|
||||
'url': url,
|
||||
'title': title,
|
||||
'content': content,
|
||||
'content': content or "",
|
||||
'journal': journal,
|
||||
'issn': [issn],
|
||||
'authors': authors,
|
||||
|
Loading…
Reference in New Issue
Block a user