diff --git a/public/src/forum/category.js b/public/src/forum/category.js index f8c9c5c168..a1b5338eda 100644 --- a/public/src/forum/category.js +++ b/public/src/forum/category.js @@ -153,13 +153,14 @@ define(['composer'], function(composer) { var replies = ''; for (var i = 0, numPosts = posts.length; i < numPosts; ++i) { - replies += '
  • ' + + replies += '
  • ' + '' + ''+ posts[i].username + '' + - '' + - '

    ' + posts[i].content + '

    ' + - '
    ' + - '' + + '

    ' + posts[i].content + '

    ' + + ''+ + 'posted '+ + '' + + ''+ '
  • '; }