mirror of
https://github.com/emailerfacu-spec/minix-front.git
synced 2026-04-20 16:17:32 -03:00
otras correcciones
This commit is contained in:
@@ -45,16 +45,13 @@
|
|||||||
let errorLike = $state(false);
|
let errorLike = $state(false);
|
||||||
|
|
||||||
let contenido = $derived(() => {
|
let contenido = $derived(() => {
|
||||||
let t = '';
|
let t = post.content
|
||||||
t = post.content
|
|
||||||
.replaceAll('&', '')
|
.replaceAll('&', '')
|
||||||
.replaceAll('<', '')
|
.replaceAll('<', '')
|
||||||
.replaceAll('>', '')
|
.replaceAll('>', '')
|
||||||
.replaceAll('"', '"')
|
.replaceAll('fetch', '')
|
||||||
.replaceAll("'", ''')
|
.replaceAll('\n', '<br>');
|
||||||
.replaceAll('fetch', '');
|
|
||||||
|
|
||||||
t = post.content.replaceAll('\n', '<br>');
|
|
||||||
t = t.replaceAll(
|
t = t.replaceAll(
|
||||||
/#\p{L}*/gu,
|
/#\p{L}*/gu,
|
||||||
(match) =>
|
(match) =>
|
||||||
|
|||||||
Reference in New Issue
Block a user