From 8b864ed11107dcc6ef2780d8536cba1f9c5ff388 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sat, 15 Feb 2025 09:17:21 +0100 Subject: [fix] simple template - video.html fix button icon to icon_small BTW: Rename the manufacturer-specific name ``ion-icon`` of the icon set in SerXNG to ``sxng-icon-set`` --> The icon set can be assembled together as desired in the FE and should therefore not have a manufacturer-specific name in the style and template definitions. Signed-off-by: Markus Heiser --- searx/templates/simple/result_templates/videos.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/templates/simple/result_templates') diff --git a/searx/templates/simple/result_templates/videos.html b/searx/templates/simple/result_templates/videos.html index 40a05698f..23d4195ca 100644 --- a/searx/templates/simple/result_templates/videos.html +++ b/searx/templates/simple/result_templates/videos.html @@ -3,7 +3,7 @@ {{ result_header(result, favicons, image_proxify) }} {{ result_sub_header(result) }} {% if result.iframe_src -%} - + {%- endif %} {%- if result.content %}

-- cgit v1.2.3