Pārlūkot izejas kodu

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

pw3t 11 gadus atpakaļ
vecāks
revīzija
91057682b5
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      searx/templates/result_templates/default.html

+ 1
- 1
searx/templates/result_templates/default.html Parādīt failu

@@ -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