From d910744efe02f6eedb8fcb7661b208b349f78b39 Mon Sep 17 00:00:00 2001 From: Cqoicebordel Date: Sat, 17 Jan 2015 19:49:21 +0100 Subject: Test its existence before using thumbnail_src Thanks @pointhi ! --- searx/templates/default/result_templates/images.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/templates/default') diff --git a/searx/templates/default/result_templates/images.html b/searx/templates/default/result_templates/images.html index 7f209030f..e06dcc194 100644 --- a/searx/templates/default/result_templates/images.html +++ b/searx/templates/default/result_templates/images.html @@ -1,6 +1,6 @@

- {{ result.title|striptags }} + {{ result.title|striptags }} {{ _('original context') }}

-- cgit v1.2.3