summaryrefslogtreecommitdiff
path: root/searx/templates/default/result_templates/images.html
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2014-12-13 23:27:49 +0100
committerAdam Tauber <asciimoo@gmail.com>2014-12-13 23:27:49 +0100
commitf5aec98cbd023a63ffd6bbee1c18134036b3a7bc (patch)
treeb8b218fd098af2ab642d3dbd762d9f28224c3c72 /searx/templates/default/result_templates/images.html
parent2cfa760b57748f427e65fbfb6cfff9a6299882b1 (diff)
parentb2f5f655959597ff42ca908d401a6b5909d15eec (diff)
Merge pull request #145 from Cqoicebordel/HTML+Bugs-Templates
Html+Bugs in templates
Diffstat (limited to 'searx/templates/default/result_templates/images.html')
-rw-r--r--searx/templates/default/result_templates/images.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/default/result_templates/images.html b/searx/templates/default/result_templates/images.html
index bead78c48..4c6d59e01 100644
--- a/searx/templates/default/result_templates/images.html
+++ b/searx/templates/default/result_templates/images.html
@@ -1,6 +1,6 @@
<div class="image_result">
<p>
- <a href="{{ result.img_src }}"><img src="{{ result.img_src }}" title="{{ result.title }}"/></a>
+ <a href="{{ result.img_src }}"><img src="{{ result.img_src }}" title="{{ result.title|striptags }}" alt="{{ result.title|striptags }}" /></a>
<span class="url"><a href="{{ result.url }}" class="small_font">original context</a></span>
</p>
</div>