summaryrefslogtreecommitdiff
path: root/searx/webapp.py
diff options
context:
space:
mode:
authorpw3t <romain@berthor.fr>2014-01-16 21:58:18 +0100
committerpw3t <romain@berthor.fr>2014-01-16 22:10:39 +0100
commitdd1baa6d5894c814625cdf19e71b797ab6354d9c (patch)
tree0c18f0652d179a9b6709e52a97c540d803b03bdc /searx/webapp.py
parent91057682b5f813200ffd887fcb0747aa344dfa0e (diff)
[fix] replace the png icons by ico's, minor chnage in the html
Diffstat (limited to 'searx/webapp.py')
-rw-r--r--searx/webapp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/webapp.py b/searx/webapp.py
index 43bef7db9..6bd4e6097 100644
--- a/searx/webapp.py
+++ b/searx/webapp.py
@@ -141,7 +141,7 @@ def index():
result['pretty_url'] = result['url']
for engine in result['engines']:
- if engine in ['wikipedia', 'youtube', 'vimeo', 'soundcloud', 'twitter', 'stackoverflow']:
+ if engine in ['wikipedia', 'youtube', 'vimeo', 'soundcloud', 'twitter', 'stackoverflow', 'github']:
result['favicon'] = engine
if engine in ['wikipedia', 'ddg definitions']:
featured_results.append(result)