mirror of
https://github.com/searxng/searxng
synced 2024-01-01 18:24:07 +00:00
Merge branch 'master' of https://github.com/asciimoo/searx into filtron
This commit is contained in:
commit
f20193155a
@ -118,9 +118,9 @@ def response(resp):
|
|||||||
'template': 'images.html'
|
'template': 'images.html'
|
||||||
}
|
}
|
||||||
try:
|
try:
|
||||||
result['author'] = author.encode('utf-8')
|
result['author'] = author
|
||||||
result['title'] = title.encode('utf-8')
|
result['title'] = title
|
||||||
result['content'] = content.encode('utf-8')
|
result['content'] = content
|
||||||
except:
|
except:
|
||||||
result['author'] = ''
|
result['author'] = ''
|
||||||
result['title'] = ''
|
result['title'] = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user