diff --git a/src/tasks/mod.rs b/src/tasks/mod.rs index 360978e10..44ddcc9e9 100644 --- a/src/tasks/mod.rs +++ b/src/tasks/mod.rs @@ -798,12 +798,12 @@ fn build_progress_log_html(manifest: &TaskManifest) -> String {
{} - View Details › Step {}/{} {} +
- "#, section_class, section.id, section.name, global_current, total_steps, section_class, status_text)); + "#, section_class, section.id, section.name, global_current, total_steps, section_class, status_text, section_class)); for child in §ion.children { let child_class = match child.status { @@ -827,7 +827,6 @@ fn build_progress_log_html(manifest: &TaskManifest) -> String {
{} - View Details › Step {}/{} {}