From 8c3f0c3d527d8d33295abf576d443570c1d03a29 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Fri, 29 Nov 2024 16:57:28 +0100 Subject: [fix] if image load fails on client side, show default image BTW: change icon color from red to gray Closes: - https://github.com/searxng/searxng/issues/4066 Signed-off-by: Markus Heiser --- searx/static/themes/simple/svg4web.svgo.js | 1 - 1 file changed, 1 deletion(-) (limited to 'searx/static/themes/simple/svg4web.svgo.js') diff --git a/searx/static/themes/simple/svg4web.svgo.js b/searx/static/themes/simple/svg4web.svgo.js index 83f74cde1..5e12251f3 100644 --- a/searx/static/themes/simple/svg4web.svgo.js +++ b/searx/static/themes/simple/svg4web.svgo.js @@ -14,6 +14,5 @@ module.exports = { 'sortAttrs', // Optimize SVG for WEB usage 'convertStyleToAttrs', - 'removeXMLNS' ], }; -- cgit v1.2.3