diff options
| author | pw3t <romain@berthor.fr> | 2014-01-16 21:58:18 +0100 |
|---|---|---|
| committer | pw3t <romain@berthor.fr> | 2014-01-16 22:10:39 +0100 |
| commit | dd1baa6d5894c814625cdf19e71b797ab6354d9c (patch) | |
| tree | 0c18f0652d179a9b6709e52a97c540d803b03bdc /searx/webapp.py | |
| parent | 91057682b5f813200ffd887fcb0747aa344dfa0e (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.py | 2 |
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) |