Fix XSS in forum new_post

This commit is contained in:
slawkens
2025-01-08 23:13:40 +01:00
parent d6c40c836a
commit c2b7286d20
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@
<table width="100%">
<tr bgcolor="{{ config.vdarkborder }}">
<td colspan="2">
<span style="color: white"><b>Last 5 posts from thread: {{ topic|raw }}</b></span>
<span style="color: white"><b>Last 5 posts from thread: {{ topic }}</b></span>
</td>
</tr>
{% set i = 0 %}