diff options
Diffstat (limited to 'searx/static/themes/simple/gruntfile.js')
-rw-r--r-- | searx/static/themes/simple/gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/static/themes/simple/gruntfile.js b/searx/static/themes/simple/gruntfile.js index 630cac212..9410a674b 100644 --- a/searx/static/themes/simple/gruntfile.js +++ b/searx/static/themes/simple/gruntfile.js @@ -218,7 +218,7 @@ module.exports = function (grunt) { name: "addAttributesToSVGElement", params: { attributes: [ - { "aria-hidden": "true" } + { "class": "ionicon", "aria-hidden": "true" } ] } } |