diff options
| author | asciimoo <asciimoo@gmail.com> | 2013-10-27 00:12:04 +0200 |
|---|---|---|
| committer | asciimoo <asciimoo@gmail.com> | 2013-10-27 00:12:04 +0200 |
| commit | 4ebf8389e8b35324f4103137cb637ba5d1101d4c (patch) | |
| tree | b05f86955d65163e80ae2cd2f71fa286ab803df3 /searx/templates | |
| parent | be42683cbcc266af498a30abd87ff22ba228b9ba (diff) | |
[enh] more compact image view
Diffstat (limited to 'searx/templates')
| -rw-r--r-- | searx/templates/result_templates/images.html | 2 |
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> |