diff --git a/public/src/forum/category.js b/public/src/forum/category.js index 6eca6018e4..17570f318c 100644 --- a/public/src/forum/category.js +++ b/public/src/forum/category.js @@ -78,7 +78,7 @@ username = posts[i].username, picture = posts[i].picture; - ul.innerHTML = '
  • ' + ul.innerHTML = '
  • ' + '

    ' + username + ': ' + posts[i].content + '

    posted ' + utils.relativeTime(posts[i].timestamp) + ' ago
  • '; a.appendChild(ul);