diff --git a/public/src/forum/category.js b/public/src/forum/category.js index 4eaa500191..c3d0799c26 100644 --- a/public/src/forum/category.js +++ b/public/src/forum/category.js @@ -58,11 +58,12 @@ define(function () { li.innerHTML = '' + '' + + ''+ posts[i].username + '' + '

' + posts[i].content + '

' + - '

' + posts[i].username + ' -

' + - '
'; + '' + + ''; frag.appendChild(li.cloneNode(true)); recent_replies.appendChild(frag);