diff --git a/src/tasks/mod.rs b/src/tasks/mod.rs
index ba094dda4..9aeb896dc 100644
--- a/src/tasks/mod.rs
+++ b/src/tasks/mod.rs
@@ -833,7 +833,7 @@ fn build_progress_log_from_web_json(manifest: &serde_json::Value) -> String {
let global_current = global_step_start + current_step;
html.push_str(&format!(r#"
-
+
{}
Step {}/{}
@@ -870,7 +870,7 @@ fn build_progress_log_from_web_json(manifest: &serde_json::Value) -> String {
};
html.push_str(&format!(r#"
-
+
{}
@@ -997,7 +997,7 @@ fn build_progress_log_html(manifest: &TaskManifest) -> String {
let global_current = section.global_step_start + section.current_step;
html.push_str(&format!(r#"
-
+
{}
Step {}/{}
@@ -1027,7 +1027,7 @@ fn build_progress_log_html(manifest: &TaskManifest) -> String {
};
html.push_str(&format!(r#"
-