fix reason

This commit is contained in:
2026-03-11 22:12:06 +01:00
parent c67d8f7311
commit b08a57a5e8
3 changed files with 15 additions and 14 deletions
+3 -3
View File
@@ -24,9 +24,9 @@
There's a possibility you were kicked by the system.<br>
Please try again later.</p>
<% if (reason) { %>
<p><strong>Reason:</strong> too dig of a bick</p>
<% } %>
<% if (reason) { %>
<p><strong>Reason:</strong> <%= reason %></p>
<% } %>
</div>
</div>
</div>