diff options
author | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2014-12-10 18:11:59 +0100 |
---|---|---|
committer | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2014-12-10 18:11:59 +0100 |
commit | eef05c3ddc0f3e719c4d4c3a5acbcc0351da46a9 (patch) | |
tree | a3ed65ca2d01d944c664f9f69c796a0d7a916a28 /searx/templates/courgette | |
parent | b043237c619597131be28ae9d3d0917a3f9b0d4a (diff) | |
download | searxng-eef05c3ddc0f3e719c4d4c3a5acbcc0351da46a9.tar.gz searxng-eef05c3ddc0f3e719c4d4c3a5acbcc0351da46a9.zip |
Alt on favicon
Diffstat (limited to 'searx/templates/courgette')
-rw-r--r-- | searx/templates/courgette/result_templates/map.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/courgette/result_templates/map.html b/searx/templates/courgette/result_templates/map.html index 734f9066c..5a8a78198 100644 --- a/searx/templates/courgette/result_templates/map.html +++ b/searx/templates/courgette/result_templates/map.html @@ -1,7 +1,7 @@ <div class="result {{ result.class }}"> {% if result['favicon'] %} - <img width="14" height="14" class="favicon" src="static/{{theme}}/img/icon_{{result['favicon']}}.ico" /> + <img width="14" height="14" class="favicon" src="static/{{theme}}/img/icon_{{result['favicon']}}.ico" alt="{{result['favicon']}}" /> {% endif %} <div> |