From 9274a590452f0510a263f864f466d0ed7a746358 Mon Sep 17 00:00:00 2001 From: Thomas Pointhuber Date: Mon, 3 Nov 2014 18:57:48 +0100 Subject: [PATCH] [fix] template_oscar: improve visualisation of video-results --- searx/templates/oscar/result_templates/videos.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searx/templates/oscar/result_templates/videos.html b/searx/templates/oscar/result_templates/videos.html index f69134d6f..0d6cf50aa 100644 --- a/searx/templates/oscar/result_templates/videos.html +++ b/searx/templates/oscar/result_templates/videos.html @@ -7,7 +7,7 @@
- + {% if result.content %}

{{ result.content|safe }}

{% endif %}