From 25c743f2afbf083d4ed715c7dc3f10d459b5205d Mon Sep 17 00:00:00 2001 From: Cqoicebordel Date: Mon, 8 Dec 2014 12:54:12 +0100 Subject: [PATCH] Striptag on alt and title Strip HTML tags on alt and title of the images --- searx/templates/oscar/result_templates/images.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searx/templates/oscar/result_templates/images.html b/searx/templates/oscar/result_templates/images.html index 9dfe3d337..7689f9f58 100644 --- a/searx/templates/oscar/result_templates/images.html +++ b/searx/templates/oscar/result_templates/images.html @@ -1,5 +1,5 @@ - {{ result.title|e }} + {{ result.title|striptags }}