diff --git a/app/coffee/modules/common.coffee b/app/coffee/modules/common.coffee index 9174e7f2..ed6b86e7 100644 --- a/app/coffee/modules/common.coffee +++ b/app/coffee/modules/common.coffee @@ -280,7 +280,7 @@ ChangeDirective = -> avatar: getUserAvatar(comment.user.pk) userFullName: getUserFullName(comment.user.pk) creationDate: moment(comment.created_at).format("DD MMM YYYY HH:mm") - comment: taiga.nl2br(comment.comment_html) + comment: comment.comment_html changesText: buildChangesText(comment) hasChanges: countChanges(comment) > 0 }) diff --git a/app/coffee/modules/common/wisiwyg.coffee b/app/coffee/modules/common/wisiwyg.coffee index 62cd8788..2e0c803d 100644 --- a/app/coffee/modules/common/wisiwyg.coffee +++ b/app/coffee/modules/common/wisiwyg.coffee @@ -38,7 +38,7 @@ tgMarkitupDirective = ($rootscope, $rs) ->
-