summaryrefslogtreecommitdiff
path: root/searx
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2014-11-11 18:59:26 +0100
committerAdam Tauber <asciimoo@gmail.com>2014-11-11 18:59:26 +0100
commitb6da893c7836ac290feeb02a44bd616869b5ce38 (patch)
tree2799a0050643797e5bd78ddc2ed3c36836ad807d /searx
parent0d80d5d3b45f9c761a7fd6c457538b54f6d25fce (diff)
[fix] html attribute quote
Diffstat (limited to 'searx')
-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 1f15ff2bb..bead78c48 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 }}"/></a>
<span class="url"><a href="{{ result.url }}" class="small_font">original context</a></span>
</p>
</div>