Merge pull request #53 from emailerfacu-spec/dev

otro fix
This commit is contained in:
emailerfacu-spec
2025-12-26 19:16:58 -03:00
committed by GitHub

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', '');