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') }}