summaryrefslogtreecommitdiff
path: root/searx/templates/simple/result_templates
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-11-23 18:59:50 +0100
committerGitHub <noreply@github.com>2021-11-23 18:59:50 +0100
commitc4caa529898832bcd9668392f4edafca87c8d3e3 (patch)
tree8b65fc210077256678f1c7d21582d549fbd5e807 /searx/templates/simple/result_templates
parent6bc2de0194e478422946fbafedab31e441efb7fd (diff)
downloadsearxng-c4caa529898832bcd9668392f4edafca87c8d3e3.tar.gz
searxng-c4caa529898832bcd9668392f4edafca87c8d3e3.zip
fix PR #535
Use the "empty_element" CSS class.
Diffstat (limited to 'searx/templates/simple/result_templates')
-rw-r--r--searx/templates/simple/result_templates/videos.html2
1 files changed, 1 insertions, 1 deletions
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 }}
</p>
{%- else %}
- <p class="content italic_font">
+ <p class="content empty_element">
{{ _('This site did not provide any description.')|safe }}
</p>
{% endif -%}