Skip to content

Commit

Permalink
Another fix, input needs br too.
Browse files Browse the repository at this point in the history
  • Loading branch information
IEvangelist committed Feb 6, 2024
1 parent 14e444e commit 4584ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ProfanityFilter.Action/ProfanityProcessor.Summary.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ private static void SummarizeFilterResult(Summary summary, string sectionHeading
[
new SummaryTableRow(Cells: [
new(Data: "Original text"),
new(Data: result.Input)
new(Data: ReplaceNewLinesWithHtmlBreaks(result.Input))
]),
];

Expand Down

0 comments on commit 4584ecb

Please sign in to comment.