forked from zaclys/searxng
[fix] pubmed content being None
This commit is contained in:
parent
caa107f011
commit
35b7bee5af
|
@ -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