5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-23 03:36:21 +00:00

fix: html de comentarios sanitizado #15039
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
maki 2024-01-26 15:15:48 -03:00
parent 1eb2230b2a
commit 9e8a83b706

View file

@ -15,4 +15,4 @@
%span
%a{:href => comment['inReplyTo']}= comment['inReplyTo']
.row.border.border-white
%p= comment['content'] #falta parsear
%p= sanitize comment['content'] #falta parsear