This commit is contained in:
MeowcaTheoRange 2024-09-02 12:48:50 -05:00
parent 77d8f97a9e
commit d834f2aa6f

View file

@ -5,10 +5,10 @@
<% } %> <% } %>
sent: sent:
</h3> </h3>
<p><%= mininq.msg %></p> <p style="white-space: pre-line;"><%= mininq.msg %></p>
<% if (mininq.reply != '') { %> <% if (mininq.reply != '') { %>
<section> <section>
<h3>sysadmin reply:</h3> <h3>sysadmin reply:</h3>
<p><%= mininq.reply %></p> <p style="white-space: pre-line;"><%= mininq.reply %></p>
</section> </section>
<% } %> <% } %>