From 0b98f71ff08947165076c5d2a227a76c48237209 Mon Sep 17 00:00:00 2001 From: Cqoicebordel Date: Mon, 8 Dec 2014 01:19:05 +0100 Subject: [PATCH] HTML corrections Add alt on favicons Use right format for datetime Remove pubdate tag --- searx/templates/oscar/result_templates/map.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/searx/templates/oscar/result_templates/map.html b/searx/templates/oscar/result_templates/map.html index 531146dc..343e713c 100644 --- a/searx/templates/oscar/result_templates/map.html +++ b/searx/templates/oscar/result_templates/map.html @@ -1,8 +1,8 @@ {% from 'oscar/macros.html' import icon %} -

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

+

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

-{% if result.publishedDate %}{% endif %} +{% if result.publishedDate %}{% endif %} {{ icon('link') }} {{ _('cached') }}