Explorar el Código

[fix] html attribute quote

Adam Tauber hace 10 años
padre
commit
b6da893c78
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      searx/templates/default/result_templates/images.html

+ 1
- 1
searx/templates/default/result_templates/images.html Ver fichero

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