diff --git a/searx/templates/oscar/result_templates/videos.html b/searx/templates/oscar/result_templates/videos.html index 0d6cf50aa..06275b86a 100644 --- a/searx/templates/oscar/result_templates/videos.html +++ b/searx/templates/oscar/result_templates/videos.html @@ -1,13 +1,13 @@ {% 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 %} -{{ icon('link') }} {{ _('cached') }} +{% if result.publishedDate %}{% endif %} +{{ icon('link') }} {{ _('cached') }}
- + {{ result.title|urlencode }} {{ result['favicon'] }} {% if result.content %}

{{ result.content|safe }}

{% endif %}