From 5104552937057a60e63a1dc3002469954cf4a658 Mon Sep 17 00:00:00 2001 From: Cqoicebordel Date: Wed, 10 Dec 2014 18:21:41 +0100 Subject: [PATCH] Multiple HTML corrections Alt on favicon No

in

Correct alt and title on img --- searx/templates/default/result_templates/videos.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/searx/templates/default/result_templates/videos.html b/searx/templates/default/result_templates/videos.html index 233a6c021..0a89a67aa 100644 --- a/searx/templates/default/result_templates/videos.html +++ b/searx/templates/default/result_templates/videos.html @@ -1,8 +1,6 @@

-

-

{% if result['favicon'] %}{% endif %}{{ result.title|safe }}

+

{% if result['favicon'] %}{{result['favicon']}}{% endif %}{{ result.title|safe }}

{% if result.publishedDate %}

{{ result.publishedDate }}

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

{{ result.url }}

-