diff options
author | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2014-12-10 18:10:19 +0100 |
---|---|---|
committer | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2014-12-10 18:10:19 +0100 |
commit | 74000c739dcc40e331df85d6219654ad06da100b (patch) | |
tree | a653b6325194f83ff11eda29cfe19f129f86c3cf /searx/templates/courgette | |
parent | 18f772615b04343965c7589256219f2117cb1a0f (diff) | |
download | searxng-74000c739dcc40e331df85d6219654ad06da100b.tar.gz searxng-74000c739dcc40e331df85d6219654ad06da100b.zip |
Alt on favicon
Diffstat (limited to 'searx/templates/courgette')
-rw-r--r-- | searx/templates/courgette/result_templates/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/courgette/result_templates/default.html b/searx/templates/courgette/result_templates/default.html index 734f9066c..5a8a78198 100644 --- a/searx/templates/courgette/result_templates/default.html +++ b/searx/templates/courgette/result_templates/default.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> |