From 517e57b996aaeceda08afd0e80bfd30ad6192971 Mon Sep 17 00:00:00 2001 From: Thomas Pointhuber Date: Fri, 3 Oct 2014 13:16:30 +0200 Subject: oscar template: improve result icons --- searx/templates/oscar/result_templates/videos.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'searx/templates/oscar/result_templates/videos.html') diff --git a/searx/templates/oscar/result_templates/videos.html b/searx/templates/oscar/result_templates/videos.html index 32112472e..1a9b60717 100644 --- a/searx/templates/oscar/result_templates/videos.html +++ b/searx/templates/oscar/result_templates/videos.html @@ -1,4 +1,4 @@ -

{{ result.title|safe }}

+

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

{% if result.publishedDate %}{% endif %} @@ -8,6 +8,6 @@ {% if result.content %}

{{ result.content|safe }}

{% endif %} - + {{ result.engine }} -

{% if result['favicon'] %}{% endif %} {{ result.pretty_url }}

+

{{ result.pretty_url }}

-- cgit v1.2.3