From c4caa529898832bcd9668392f4edafca87c8d3e3 Mon Sep 17 00:00:00 2001
From: Alexandre Flament
Date: Tue, 23 Nov 2021 18:59:50 +0100
Subject: [PATCH] fix PR #535
Use the "empty_element" CSS class.
---
searx/templates/simple/result_templates/videos.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/searx/templates/simple/result_templates/videos.html b/searx/templates/simple/result_templates/videos.html
index ee425a445..1b2e1c84e 100644
--- a/searx/templates/simple/result_templates/videos.html
+++ b/searx/templates/simple/result_templates/videos.html
@@ -10,7 +10,7 @@
{{ result.content|safe }}
{%- else %}
-
+
{{ _('This site did not provide any description.')|safe }}
{% endif -%}