From 7296b701fa40e9995bc63e77dc8a4cd4da26d004 Mon Sep 17 00:00:00 2001 From: Baris Usakli Date: Fri, 1 Nov 2013 16:25:48 -0400 Subject: [PATCH] recent reply style change --- public/src/forum/category.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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);