diff options
author | Alexandre Flament <alex@al-f.net> | 2021-11-23 18:59:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-23 18:59:50 +0100 |
commit | c4caa529898832bcd9668392f4edafca87c8d3e3 (patch) | |
tree | 8b65fc210077256678f1c7d21582d549fbd5e807 /searx/templates/simple/result_templates | |
parent | 6bc2de0194e478422946fbafedab31e441efb7fd (diff) | |
download | searxng-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.html | 2 |
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 -%} |