mirror of
https://github.com/emailerfacu-spec/minix-front.git
synced 2026-04-20 16:17:32 -03:00
otro fix
This commit is contained in:
@@ -47,9 +47,9 @@
|
|||||||
let contenido = $derived(() => {
|
let contenido = $derived(() => {
|
||||||
let t = '';
|
let t = '';
|
||||||
t = post.content
|
t = post.content
|
||||||
.replaceAll('&', '&')
|
.replaceAll('&', '')
|
||||||
.replaceAll('<', '<')
|
.replaceAll('<', '')
|
||||||
.replaceAll('>', '>')
|
.replaceAll('>', '')
|
||||||
.replaceAll('"', '"')
|
.replaceAll('"', '"')
|
||||||
.replaceAll("'", ''')
|
.replaceAll("'", ''')
|
||||||
.replaceAll('fetch', '');
|
.replaceAll('fetch', '');
|
||||||
|
|||||||
Reference in New Issue
Block a user