diff --git a/apps/authentication/templates/authentication/login.html b/apps/authentication/templates/authentication/login.html index c09efb911..a1990bbbc 100644 --- a/apps/authentication/templates/authentication/login.html +++ b/apps/authentication/templates/authentication/login.html @@ -18,7 +18,7 @@ {% endif %} @@ -46,7 +58,7 @@ html: true, linkify: true, typographer: true, - breaks: true + breaks: false }); const markdownContent = `{{ INTERFACE.footer_content|escapejs }}`; const markdownRef = document.getElementById('markdown-output');