diff options
| author | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-12-28 15:07:11 +0100 |
|---|---|---|
| committer | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-12-28 15:07:11 +0100 |
| commit | a0293d6196c708e3a79cbb2a099a46caab7e58c7 (patch) | |
| tree | 5cb64fdbb38b541c626faee13ee681d31612a0ed /searx/templates/default/result_templates/map.html | |
| parent | 011c43b485ed66d399aede2ca1366805496ab8b8 (diff) | |
[enh] move favicons into own directory
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> |