Escape diff of the content to increase readability
This commit is contained in:
parent
52e66a0372
commit
277854b596
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue