From 67f8af7e3ec7b2d08c64302cd01769ecca3ebff3 Mon Sep 17 00:00:00 2001 From: Baris Soner Usakli Date: Wed, 8 Jan 2014 06:19:22 -0500 Subject: [PATCH] #744 --- public/src/forum/category.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/src/forum/category.js b/public/src/forum/category.js index c01a22b226..2a2fb4705b 100644 --- a/public/src/forum/category.js +++ b/public/src/forum/category.js @@ -53,7 +53,7 @@ define(['composer'], function(composer) { li.setAttribute('data-pid', posts[i].pid); - li.innerHTML = '' + + li.innerHTML = '' + '' + ''+ posts[i].username + '' + '

' +