소스 검색

[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