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:
parent
7c116dafc6
commit
d1c539a2c1
1 changed files with 2 additions and 1 deletions
|
@ -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 "" -}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue