From b999f73c863acad75ead768320c3eff5d91c002e Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Mon, 27 Jan 2020 15:41:59 +0100 Subject: [PATCH] Don't use the same class for the disclaimer and tooltips --- tarteaucitron.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tarteaucitron.js b/tarteaucitron.js index 605f12e..8770eca 100644 --- a/tarteaucitron.js +++ b/tarteaucitron.js @@ -300,7 +300,7 @@ var tarteaucitron = { html += '
'; html += '
'; html += ' '+ tarteaucitron.lang.title + ''; - html += '
'; + html += '
'; html += ' ' + tarteaucitron.lang.disclaimer; if (tarteaucitron.parameters.privacyUrl !== "") { html += '

';