diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2015-01-01 14:06:34 +0100 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2015-01-01 14:06:34 +0100 |
| commit | c7cbd38fcc60601dd3b41df8a3a234c079f5dc0b (patch) | |
| tree | f0d538952d5d683d8d22718a855fdca40f4ebab4 /searx/templates/default/result_templates/map.html | |
| parent | 213667b1ef93b7932aeba58aed58a0fef83749a3 (diff) | |
| parent | 8f4814ade265378f421e622e944ff19e9e567f9c (diff) | |
Merge pull request #164 from pointhi/favicons
improve Favicons
Diffstat (limited to 'searx/templates/default/result_templates/map.html')
| -rw-r--r-- | searx/templates/default/result_templates/map.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/default/result_templates/map.html b/searx/templates/default/result_templates/map.html index f9ba7dcf6..d361ddb01 100644 --- a/searx/templates/default/result_templates/map.html +++ b/searx/templates/default/result_templates/map.html @@ -1,7 +1,7 @@ <div class="result {{ result.class }}"> {% if "icon_"~result.engine~".ico" in favicons %} - <img width="14" height="14" class="favicon" src="static/{{theme}}/img/icon_{{result.engine}}.ico" alt="{{result.engine}}" /> + <img width="14" height="14" class="favicon" src="static/{{theme}}/img/icons/icon_{{result.engine}}.ico" alt="{{result.engine}}" /> {% endif %} <div> |