diff options
author | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2014-12-10 18:17:47 +0100 |
---|---|---|
committer | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2014-12-10 18:17:47 +0100 |
commit | 3e05570b327d8a296849cddd3643efb7d4fd289a (patch) | |
tree | 1a280dbd6cb02fc92f52196de001d2a795ac525d | |
parent | 2bb820c2816ca63c13756559993e650a77394ed9 (diff) | |
download | searxng-3e05570b327d8a296849cddd3643efb7d4fd289a.tar.gz searxng-3e05570b327d8a296849cddd3643efb7d4fd289a.zip |
Alt on favicon
-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 78221aa01..dccec7a53 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 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> |