From a809fd1bbb8a62b6a0f02f43e415f29b9af60f8c Mon Sep 17 00:00:00 2001 From: Cqoicebordel Date: Wed, 10 Dec 2014 18:14:29 +0100 Subject: [PATCH] Multiple HTML corrections Alt on favicon Width of image should be 400 and not 400px Correct alt+title on image No

contains

--- searx/templates/courgette/result_templates/videos.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/searx/templates/courgette/result_templates/videos.html b/searx/templates/courgette/result_templates/videos.html index 8ceb0b180..c8d1a39b6 100644 --- a/searx/templates/courgette/result_templates/videos.html +++ b/searx/templates/courgette/result_templates/videos.html @@ -1,12 +1,10 @@

{% if result['favicon'] %} - + {{result['favicon']}} {% endif %} -

{{ result.title|safe }}

{% if result.publishedDate %}

{{ result.publishedDate }}

{% endif %} -  {{ result.title }} + {{ result.title|striptags }}

{{ result.url }}

-