wspl
This commit is contained in:
parent
77d8f97a9e
commit
d834f2aa6f
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||||
<% } %>
|
<% } %>
|
Loading…
Reference in a new issue