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