Escape diff of the content to increase readability

This commit is contained in:
Kienan Stewart 2022-10-08 09:03:22 -04:00
parent 52e66a0372
commit 277854b596
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ Diff: <br>
"#,
update_time.format("%d/%m/%Y %H:%M"),
value,
ansi_to_html::convert(diff, false, true).unwrap().as_str()
ansi_to_html::convert_escaped(diff).unwrap().as_str()
)
)
.build();