This commit is contained in:
@@ -131,7 +131,7 @@
|
||||
commentHTML += '</span> <small><b>' + result.commentDate.substring(2, 16)
|
||||
+ '</b></small><span class="ico-reply ico right"><a rel="nofollow" href="javascript:replyTo(\'' + result.oId
|
||||
+ '\');">${replyLabel}</a></span><div class="article-body">'
|
||||
+ Util.replaceEmString($("#comment" + state).val().replace(/</g, "<").replace(/>/g, ">").replace(/\n/g, "<br/>"))
|
||||
+ Util.replaceEmString($("#comment" + state).val())
|
||||
+ '</div></div></li>';
|
||||
|
||||
return commentHTML;
|
||||
|
Reference in New Issue
Block a user