瀏覽代碼

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

pw3t 11 年之前
父節點
當前提交
91057682b5
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      searx/templates/result_templates/default.html

+ 1
- 1
searx/templates/result_templates/default.html 查看文件

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