Remove new lines in the new & diff values of the update content

This commit is contained in:
Kienan Stewart 2022-10-08 09:06:45 -04:00
parent 277854b596
commit 3c21f234d8
1 changed files with 2 additions and 6 deletions

View File

@ -179,14 +179,10 @@ impl Job {
.guid(Some(guid))
.content(format!(r#"
New content at {}: <br>
<pre class="new-value">
{}
</pre>
<pre class="new-value">{}</pre>
<br><br>
Diff: <br>
<pre class="diff-value">
{}
</pre>
<pre class="diff-value">{}</pre>
"#,
update_time.format("%d/%m/%Y %H:%M"),
value,