This commit is contained in:
@@ -157,7 +157,7 @@
|
||||
}
|
||||
|
||||
commentHTML += ' ' + result.commentDate + '<div class="comment-content">'
|
||||
+ Util.replaceEmString($("#comment" + state).val().replace(/</g, "<").replace(/>/g, ">").replace(/\n/g,"<br/>"))
|
||||
+ Util.replaceEmString($("#comment" + state).val())
|
||||
+ '</div><div><a rel="nofollow" href="javascript:replyTo(\''
|
||||
+ result.oId + '\');">${replyLabel}</a>'
|
||||
+'</div></div><div class="clear"></div></div>';
|
||||
|
Reference in New Issue
Block a user