logo

searx

My custom branche(s) on searx, a meta-search engine
commit: b6da893c7836ac290feeb02a44bd616869b5ce38
parent: 0d80d5d3b45f9c761a7fd6c457538b54f6d25fce
Author: Adam Tauber <asciimoo@gmail.com>
Date:   Tue, 11 Nov 2014 18:59:26 +0100

[fix] html attribute quote

Diffstat:

Msearx/templates/default/result_templates/images.html2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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>