From 70dcf7656c513f7adeba00d5b2b909188eb64b7e Mon Sep 17 00:00:00 2001 From: Amauri CHAMPEAUX Date: Thu, 25 Nov 2021 13:28:29 +0100 Subject: [PATCH] Accessibility: arial-label on button --- tarteaucitron.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tarteaucitron.js b/tarteaucitron.js index c18a157..d5903af 100644 --- a/tarteaucitron.js +++ b/tarteaucitron.js @@ -466,7 +466,7 @@ var tarteaucitron = { if (tarteaucitron.parameters.showIcon === true) { html += '
'; - html += ' '; html += '
';