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())
// |\>.|
- newP.innerHTML += ``
+ newP.innerHTML += ``
newDiv.appendChild(newP)
newDiv.innerHTML += filterPost(text)