summaryrefslogtreecommitdiff
path: root/searx/templates
diff options
context:
space:
mode:
authorasciimoo <asciimoo@gmail.com>2013-10-27 00:12:04 +0200
committerasciimoo <asciimoo@gmail.com>2013-10-27 00:12:04 +0200
commit4ebf8389e8b35324f4103137cb637ba5d1101d4c (patch)
treeb05f86955d65163e80ae2cd2f71fa286ab803df3 /searx/templates
parentbe42683cbcc266af498a30abd87ff22ba228b9ba (diff)
[enh] more compact image view
Diffstat (limited to 'searx/templates')
-rw-r--r--searx/templates/result_templates/images.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/searx/templates/result_templates/images.html b/searx/templates/result_templates/images.html
index 446bbfef5..1f15ff2bb 100644
--- a/searx/templates/result_templates/images.html
+++ b/searx/templates/result_templates/images.html
@@ -1,8 +1,6 @@
<div class="image_result">
<p>
- <span class="engines">{{ result.engine }}</span><br />
<a href="{{ result.img_src }}"><img src="{{ result.img_src }}" title={{ result.title }}/></a>
- <br />
<span class="url"><a href="{{ result.url }}" class="small_font">original context</a></span>
</p>
</div>