From 8d435953ba8f5b76d71787b838bb3a2da576e48b Mon Sep 17 00:00:00 2001 From: Nicolas Cabot Date: Wed, 14 Nov 2018 18:32:22 +0100 Subject: [PATCH] merged duplicated rel attributes on credit link element --- tarteaucitron.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tarteaucitron.js b/tarteaucitron.js index 3692d49..f72e2c6 100644 --- a/tarteaucitron.js +++ b/tarteaucitron.js @@ -315,7 +315,7 @@ var tarteaucitron = { html += ' '; html += '
'; if (tarteaucitron.parameters.removeCredit === false) { - html += ' 🍋 ' + tarteaucitron.lang.credit + ''; + html += ' 🍋 ' + tarteaucitron.lang.credit + ''; } html += ' '; html += ' ';