From 4c1aecf78ef2e6edc974cd04d82ac3ce12a2d37f Mon Sep 17 00:00:00 2001 From: Mystikfluu Date: Fri, 24 Jun 2022 21:42:04 +0200 Subject: [PATCH] change reply text to a multiline string --- js/posts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/posts.js b/js/posts.js index 518e9ff..9e0c6e8 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)