From ad30ba5ba8c657df2fec11e289139f7a080f32ba Mon Sep 17 00:00:00 2001 From: Mystikfluu Date: Thu, 23 Jun 2022 21:52:49 +0200 Subject: [PATCH] escaping even more to finally get rid of this stupid error --- js/posts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/posts.js b/js/posts.js index 164fc5d..c4e4d72 100644 --- a/js/posts.js +++ b/js/posts.js @@ -105,7 +105,7 @@ async function createPost(username,text,time,specialtext,postid,isbot) { } newP.appendChild(spacerTextNode()) // |\>.Reply to this Post` + newP.innerHTML += `` newDiv.appendChild(newP) newDiv.innerHTML += filterPost(text)