mirror of
https://github.com/searxng/searxng
synced 2024-11-18 15:26:25 +00:00
Alt on favicon
This commit is contained in:
parent
b043237c61
commit
eef05c3ddc
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user