diff --git a/source/Commas/Main.cs b/source/Commas/Main.cs index 3be5c7e..d620600 100644 --- a/source/Commas/Main.cs +++ b/source/Commas/Main.cs @@ -148,7 +148,7 @@ await Task.Run(async () => if (beforeFixCommaCount != afterFixCommaCount) { - progress.Report((new ListViewItem(new[] { paragraph.Text, result }) + progress.Report((new ListViewItem(new[] { paragraph.Text.ToListViewText(), result.ToListViewText() }) { Tag = paragraph, }, index));