From c0c70f27b222596448a56f4e0785dcf1197a2834 Mon Sep 17 00:00:00 2001 From: Matthew Burket Date: Thu, 19 Dec 2024 19:45:26 -0600 Subject: [PATCH] Fix extra | on for stigs --- templates/control.html | 2 +- templates/one_page_stig.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/control.html b/templates/control.html index 248a4f7..5baefd6 100644 --- a/templates/control.html +++ b/templates/control.html @@ -8,7 +8,7 @@

{{ control.title }}

SRG: {{ control.srg.srg_id }} |  Severity: {{ control.severity }} |  CCI: {{ ",".join(control.cci) }} |  - Vulnerability Id: V-{{ control.vulnerability_id }} |  + Vulnerability Id: V-{{ control.vulnerability_id }}

diff --git a/templates/one_page_stig.html b/templates/one_page_stig.html index 041e229..d03be5b 100644 --- a/templates/one_page_stig.html +++ b/templates/one_page_stig.html @@ -13,7 +13,7 @@

{{ control.title }}

SRG: {{ control.srg.srg_id }} |  Severity: {{ control.severity }}  |  CCI: {{ ",".join(control.cci) }} |  - Vulnerability Id: V-{{ control.vulnerability_id }} |  + Vulnerability Id: V-{{ control.vulnerability_id }}