This commit is contained in:
2025-12-26 19:16:13 -03:00
parent 7972f034f8
commit a151260433

View File

@@ -47,9 +47,9 @@
let contenido = $derived(() => {
let t = '';
t = post.content
.replaceAll('&', '&')
.replaceAll('<', '&lt;')
.replaceAll('>', '&gt;')
.replaceAll('&', '')
.replaceAll('<', '')
.replaceAll('>', '')
.replaceAll('"', '&quot;')
.replaceAll("'", '&#039;')
.replaceAll('fetch', '');