diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 7814c9683..94007b232 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -1,5 +1,6 @@ 7.7.15 - fixed #10629: WebGUI::ProfileField create new field bug + - fixed #10626: Carriage returns stripped from Wiki comments 7.7.14 - fixed #10606: shelf selector diff --git a/lib/WebGUI/AssetAspect/Comments.pm b/lib/WebGUI/AssetAspect/Comments.pm index bf26fefd6..59d0d2b58 100644 --- a/lib/WebGUI/AssetAspect/Comments.pm +++ b/lib/WebGUI/AssetAspect/Comments.pm @@ -257,7 +257,7 @@ sub getFormattedComments { if ($canEdit) { $out .= q{ {id}).q{">[X] }; } - $out .= q{}.$comment->{alias}.q{: "}.WebGUI::HTML::format($comment->{comment},'html').q{"}; + $out .= q{}.$comment->{alias}.q{: "}.WebGUI::HTML::format($comment->{comment},'text').q{"}; } if ($self->canComment) { $out .= '