Explorar el Código

Striptag on alt and title

Strip HTML tags on alt and title of the images
Cqoicebordel hace 10 años
padre
commit
25c743f2af
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      searx/templates/oscar/result_templates/images.html

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

1
 <a href="{{ result.img_src }}" data-toggle="modal" data-target="#modal-{{ index }}">
1
 <a href="{{ result.img_src }}" data-toggle="modal" data-target="#modal-{{ index }}">
2
-    <img src="{{ result.img_src }}" alt="{{ result.title|e }}" title="{{ result.title|e }}" class="img-thumbnail">
2
+    <img src="{{ result.img_src }}" alt="{{ result.title|striptags }}" title="{{ result.title|striptags }}" class="img-thumbnail">
3
 </a>
3
 </a>
4
 
4
 
5
 <div class="modal fade" id="modal-{{ index }}" tabindex="-1" role="dialog" aria-hidden="true">
5
 <div class="modal fade" id="modal-{{ index }}" tabindex="-1" role="dialog" aria-hidden="true">