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 contenido = $derived(() => {
let t = ''; let t = '';
t = post.content t = post.content
.replaceAll('&', '&') .replaceAll('&', '')
.replaceAll('<', '&lt;') .replaceAll('<', '')
.replaceAll('>', '&gt;') .replaceAll('>', '')
.replaceAll('"', '&quot;') .replaceAll('"', '&quot;')
.replaceAll("'", '&#039;') .replaceAll("'", '&#039;')
.replaceAll('fetch', ''); .replaceAll('fetch', '');