From 1de87817041efed646dd9b386599023a6fda84b1 Mon Sep 17 00:00:00 2001 From: zhaojisen <1301338853@qq.com> Date: Wed, 30 Jul 2025 14:23:12 +0800 Subject: [PATCH] Fixed: Fix the issue with the login page footer --- .../templates/authentication/login.html | 4 +-- apps/templates/_foot_js.html | 26 ++++++++++++++----- 2 files changed, 21 insertions(+), 9 deletions(-) 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');