diff --git a/tarteaucitron.js b/tarteaucitron.js index 18f7ea4..e8081f4 100644 --- a/tarteaucitron.js +++ b/tarteaucitron.js @@ -596,7 +596,7 @@ var tarteaucitron = { } if(tarteaucitron.parameters.closePopup === true){ var closeElement = document.getElementById('tarteaucitronAlertBig'), - closeSpan = document.createElement('span'); + closeSpan = document.createElement('span'); closeSpan.textContent = 'X'; closeSpan.setAttribute('id', "tarteaucitronCloseCross"); closeElement.insertBefore(closeSpan, closeElement.firstElementChild);