Skip to content

Commit

Permalink
Fix extra | on for stigs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mab879 committed Dec 20, 2024
1 parent 9a83c84 commit c0c70f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/control.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <h2>{{ control.title }}</h2>
<b>SRG: </b><a href="{{ control.srg.url }}">{{ control.srg.srg_id }}</a>&nbsp;|&nbsp;
<b>Severity: </b>{{ control.severity }}&nbsp;|&nbsp;
<b>CCI: </b>{{ ",".join(control.cci) }}&nbsp;|&nbsp;
<b>Vulnerability Id:</b> V-{{ control.vulnerability_id }}&nbsp;|&nbsp;
<b>Vulnerability Id:</b> V-{{ control.vulnerability_id }}
</p>
<div class="container-fluid">
<div class="row">
Expand Down
2 changes: 1 addition & 1 deletion templates/one_page_stig.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h2 id="{{ control.disa_stig_id }}">{{ control.title }}</h2>
<b>SRG: </b><a href="{{ control.srg.url }}">{{ control.srg.srg_id }}</a>&nbsp;|&nbsp;
<b>Severity: </b>{{ control.severity }} &nbsp;|&nbsp;
<b>CCI: </b>{{ ",".join(control.cci) }}&nbsp;|&nbsp;
<b>Vulnerability Id:</b> V-{{ control.vulnerability_id }}&nbsp;|&nbsp;
<b>Vulnerability Id:</b> V-{{ control.vulnerability_id }}
</p>
<div class="container-fluid">
<div class="row">
Expand Down

0 comments on commit c0c70f2

Please sign in to comment.