Sfoglia il codice sorgente

[ehn] Add possibility to add icon in results (more ugly html / css, need fix)

pw3t 11 anni fa
parent
commit
91057682b5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      searx/templates/result_templates/default.html

+ 1
- 1
searx/templates/result_templates/default.html Vedi File

@@ -2,7 +2,7 @@
2 2
 
3 3
   {% if result['favicon'] %}
4 4
   <div style="float:left; margin:2px;">
5
-    <img width="18" height="18" src="static/img/icon_{{result['favicon']}}.png" alt="{{result['favicon']}}.png" title="{{result['favicon']}}.png" />
5
+    <img width="18" height="18" src="static/img/icon_{{result['favicon']}}.ico" alt="{{result['favicon']}}.ico" title="{{result['favicon']}}.ico" />
6 6
   </div>
7 7
   {% endif %}
8 8