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/oscar/result_templates/images.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'searx/templates/oscar') diff --git a/searx/templates/oscar/result_templates/images.html b/searx/templates/oscar/result_templates/images.html index 554f3bb6c..3f39ca6da 100644 --- a/searx/templates/oscar/result_templates/images.html +++ b/searx/templates/oscar/result_templates/images.html @@ -1,7 +1,7 @@ {% from 'oscar/macros.html' import draw_favicon %} - {{ result.title|striptags }} + {{ result.title|striptags }}