diff --git a/core-bundle/contao/templates/twig/component/_splash_screen.html.twig b/core-bundle/contao/templates/twig/component/_splash_screen.html.twig index 6fa36edac4d..eacf6d7d124 100644 --- a/core-bundle/contao/templates/twig/component/_splash_screen.html.twig +++ b/core-bundle/contao/templates/twig/component/_splash_screen.html.twig @@ -51,7 +51,7 @@ button.insertAdjacentHTML('afterend', button.querySelector('template').innerHTML); button.remove(); }) - }); + }) {% endadd %} {% endblock %}