This commit is contained in:
@@ -162,7 +162,7 @@
|
||||
+ '<div class="left comment-picture"><img alt="' + result.userName
|
||||
+ '" src="' + result.commentThumbnailURL + '"/>'
|
||||
+ '</div><div class="comment-content">' +
|
||||
Util.replaceEmString($("#comment" + state).val().replace(/</g, "<").replace(/>/g, ">").replace(/\n/g,"<br/>"))
|
||||
Util.replaceEmString($("#comment" + state).val())
|
||||
+ '</div><div class="clear"></div>'
|
||||
+ '</div></div></div>';
|
||||
return commentHTML;
|
||||
|
Reference in New Issue
Block a user