diff options
| author | pw3t <romain@berthor.fr> | 2014-01-13 22:24:05 +0100 |
|---|---|---|
| committer | pw3t <romain@berthor.fr> | 2014-01-16 22:08:15 +0100 |
| commit | 91057682b5f813200ffd887fcb0747aa344dfa0e (patch) | |
| tree | c59bc10fc5d17582146224cf443f1f13554fde40 | |
| parent | d43bd05582c189d8696d58e22c160399ed0b811d (diff) | |
[ehn] Add possibility to add icon in results (more ugly html / css, need fix)
| -rw-r--r-- | searx/templates/result_templates/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/result_templates/default.html b/searx/templates/result_templates/default.html index 14f527361..ab6d469b4 100644 --- a/searx/templates/result_templates/default.html +++ b/searx/templates/result_templates/default.html @@ -2,7 +2,7 @@ {% if result['favicon'] %} <div style="float:left; margin:2px;"> - <img width="18" height="18" src="static/img/icon_{{result['favicon']}}.png" alt="{{result['favicon']}}.png" title="{{result['favicon']}}.png" /> + <img width="18" height="18" src="static/img/icon_{{result['favicon']}}.ico" alt="{{result['favicon']}}.ico" title="{{result['favicon']}}.ico" /> </div> {% endif %} |