1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-09-06 11:46:24 -07:00

Don't escape post HTML in recent posts page

This commit is contained in:
Eggbertx 2023-06-17 11:51:52 -07:00
parent 7c116dafc6
commit d1c539a2c1

View file

@ -21,7 +21,8 @@
<b>IP: </b> {{$post.IP}}<br />
<b>Board: </b>/{{$post.BoardDir}}/
</td>
<td>{{truncateMessage (stripHTML $post.Message) 300 16}}</td><td>
<td>{{$post.Message}}</td>
<td>
{{- if eq $post.Filename "deleted" -}}
<div class="file-deleted-box centered" style="text-align:center;">File removed</div>
{{- else if ne $post.Filename "" -}}