From f7979eca5864528a54d1b9e1fcf4977401f1f456 Mon Sep 17 00:00:00 2001 From: lyz05 <294068487@qq.com> Date: Wed, 20 Aug 2025 22:52:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=93=8D=E5=BA=94=E7=9A=84=E5=BC=B9?= =?UTF-8?q?=E5=B9=95=E6=A0=BC=E5=BC=8F=E5=8F=82=E8=80=83B=E7=AB=99=20#26?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- views/danmaku-xml.ejs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/views/danmaku-xml.ejs b/views/danmaku-xml.ejs index 8e3e55c..e50fddc 100644 --- a/views/danmaku-xml.ejs +++ b/views/danmaku-xml.ejs @@ -1,6 +1 @@ - - - <% for (const content of contents) { %> - <%=content.content%> - <% } %> - \ No newline at end of file +<% for (const content of contents) { %><%=content.content%><% } %> \ No newline at end of file