diff --git a/andrea/macro-comments.ftl b/andrea/macro-comments.ftl index 568b721..d21d323 100644 --- a/andrea/macro-comments.ftl +++ b/andrea/macro-comments.ftl @@ -157,7 +157,7 @@ } commentHTML += ' ' + result.commentDate + '
' - + Util.replaceEmString($("#comment" + state).val().replace(//g, ">").replace(/\n/g,"
")) + + Util.replaceEmString($("#comment" + state).val()) + '
${replyLabel}' +'
'; diff --git a/bruce/macro-comments.ftl b/bruce/macro-comments.ftl index 45cb6ef..54dff9a 100644 --- a/bruce/macro-comments.ftl +++ b/bruce/macro-comments.ftl @@ -155,8 +155,7 @@ commentHTML += '•' + result.commentDate.substring(2, 16) + '• Reply
' + - Util.replaceEmString($("#comment" + state).val().replace(//g, ">").replace(/\n/g, "
")) + '
'; + Util.replaceEmString($("#comment" + state).val()) + ''; return commentHTML; }; diff --git a/classic/macro-comments.ftl b/classic/macro-comments.ftl index 45484c1..001df17 100644 --- a/classic/macro-comments.ftl +++ b/classic/macro-comments.ftl @@ -162,7 +162,7 @@ + '
' + result.userName
             + '' + '
' + - Util.replaceEmString($("#comment" + state).val().replace(//g, ">").replace(/\n/g,"
")) + Util.replaceEmString($("#comment" + state).val()) + '
' + ''; return commentHTML; diff --git a/community/macro-comments.ftl b/community/macro-comments.ftl index a5e4c90..5a49a6e 100644 --- a/community/macro-comments.ftl +++ b/community/macro-comments.ftl @@ -166,7 +166,7 @@ } commentHTML += ' ' + result.commentDate - + '
' + Util.replaceEmString($("#comment" + state).val().replace(//g, ">").replace(/\n/g,"
")) + + '
' + Util.replaceEmString($("#comment" + state).val()) + '
${replyLabel}' + '
'; diff --git a/ease/macro-comments.ftl b/ease/macro-comments.ftl index 78facac..43a4f1a 100644 --- a/ease/macro-comments.ftl +++ b/ease/macro-comments.ftl @@ -141,7 +141,7 @@ commentHTML += '
' + result.commentDate.substring(2, 16) + ' ${replyLabel}
' + - Util.replaceEmString($("#comment" + state).val().replace(//g, ">").replace(/\n/g, "
")) + Util.replaceEmString($("#comment" + state).val()) + '
'; return commentHTML; diff --git a/favourite/macro-comments.ftl b/favourite/macro-comments.ftl index 97b4933..5812f9d 100644 --- a/favourite/macro-comments.ftl +++ b/favourite/macro-comments.ftl @@ -150,7 +150,7 @@ commentHTML += '
${replyLabel}' +'
' - + Util.replaceEmString($("#comment" + state).val().replace(//g, ">").replace(/\n/g,"
")) + + Util.replaceEmString($("#comment" + state).val()) + '
'; $("#comments").addClass("comments"); diff --git a/finding/macro-comments.ftl b/finding/macro-comments.ftl index f73775e..9e57ff8 100644 --- a/finding/macro-comments.ftl +++ b/finding/macro-comments.ftl @@ -135,7 +135,7 @@ commentHTML += '${replyLabel}'; } commentHTML += '
' + - Util.replaceEmString($("#comment" + state).val().replace(//g, ">").replace(/\n/g, "
")) + Util.replaceEmString($("#comment" + state).val()) + '
'; return commentHTML; }; diff --git a/i-nove/macro-comments.ftl b/i-nove/macro-comments.ftl index e2dce04..e07ed8d 100644 --- a/i-nove/macro-comments.ftl +++ b/i-nove/macro-comments.ftl @@ -146,7 +146,7 @@ commentHTML += '
${replyLabel}' +'
' - + Util.replaceEmString($("#comment" + state).val().replace(//g, ">").replace(/\n/g,"
")) + + Util.replaceEmString($("#comment" + state).val()) + '
'; $("#comments").addClass("comments"); diff --git a/metro-hot/macro-comments.ftl b/metro-hot/macro-comments.ftl index 5e02af9..e958494 100644 --- a/metro-hot/macro-comments.ftl +++ b/metro-hot/macro-comments.ftl @@ -157,7 +157,7 @@ + '\');" title="${replyLabel}">' + '
' + result.commentDate.substring(2, 16) + '
' + - Util.replaceEmString($("#comment" + state).val().replace(//g, ">").replace(/\n/g, "
")) + Util.replaceEmString($("#comment" + state).val()) + '
'; return commentHTML; diff --git a/neoease/macro-comments.ftl b/neoease/macro-comments.ftl index b894185..910fd25 100644 --- a/neoease/macro-comments.ftl +++ b/neoease/macro-comments.ftl @@ -145,7 +145,7 @@ commentHTML += '
${replyLabel}' + '  | ' + result.commentDate + '
' + - Util.replaceEmString($("#comment" + state).val().replace(//g, ">").replace(/\n/g,"
")) + Util.replaceEmString($("#comment" + state).val()) + '
'; return commentHTML; diff --git a/owmx-3.0/macro-comments.ftl b/owmx-3.0/macro-comments.ftl index 82e44a6..df847a4 100644 --- a/owmx-3.0/macro-comments.ftl +++ b/owmx-3.0/macro-comments.ftl @@ -149,7 +149,7 @@ commentHTML += '
${replyLabel}' +'
' - + Util.replaceEmString($("#comment" + state).val().replace(//g, ">").replace(/\n/g,"
")) + + Util.replaceEmString($("#comment" + state).val()) + '
'; $("#comments").addClass("comments"); diff --git a/timeline/macro-comments.ftl b/timeline/macro-comments.ftl index d2a2710..b46b445 100644 --- a/timeline/macro-comments.ftl +++ b/timeline/macro-comments.ftl @@ -131,7 +131,7 @@ commentHTML += ' ' + result.commentDate.substring(2, 16) + '${replyLabel}
' - + Util.replaceEmString($("#comment" + state).val().replace(//g, ">").replace(/\n/g, "
")) + + Util.replaceEmString($("#comment" + state).val()) + '
'; return commentHTML; diff --git a/tree-house/macro-comments.ftl b/tree-house/macro-comments.ftl index cc459fd..2fd489b 100644 --- a/tree-house/macro-comments.ftl +++ b/tree-house/macro-comments.ftl @@ -162,7 +162,7 @@ + '
' + result.userName
             + '' + '
' - + Util.replaceEmString($("#comment" + state).val().replace(//g, ">").replace(/\n/g,"
")) + + Util.replaceEmString($("#comment" + state).val()) + '
' + '
'; diff --git a/yilia/macro-comments.ftl b/yilia/macro-comments.ftl index e227dad..e58bd12 100644 --- a/yilia/macro-comments.ftl +++ b/yilia/macro-comments.ftl @@ -131,7 +131,7 @@ commentHTML += '${replyLabel}'; } commentHTML += '
' + - Util.replaceEmString($("#comment" + state).val().replace(//g, ">").replace(/\n/g, "
")) + Util.replaceEmString($("#comment" + state).val()) + '
'; return commentHTML; };