Sfoglia il codice sorgente

[fix] html attribute quote

Adam Tauber 10 anni fa
parent
commit
b6da893c78
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      searx/templates/default/result_templates/images.html

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

@@ -1,6 +1,6 @@
1 1
 <div class="image_result">
2 2
     <p>
3
-        <a href="{{ result.img_src }}"><img src="{{ result.img_src }}" title={{ result.title }}/></a>
3
+        <a href="{{ result.img_src }}"><img src="{{ result.img_src }}" title="{{ result.title }}"/></a>
4 4
         <span class="url"><a href="{{ result.url }}" class="small_font">original context</a></span>
5 5
     </p>
6 6
 </div>