This commit is contained in:
Ashley Graves 2024-10-15 15:16:59 +02:00
parent f93b278c37
commit 420e66cdf2

View file

@ -12,7 +12,7 @@
Validate important information.
</div>
<% for(line of text.split("\n")) { if(line.trim() == "") continue; %><p><%-line.trim()%></p><% } %>
<%- text %>
<br>
</div>
<%- include("../partials/footer.ejs"); %>