Skip to content

Commit 4e6bafa

Browse files
small fix in engagement_list.html (DefectDojo#9970)
1 parent c69c22a commit 4e6bafa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dojo/templates/dojo/snippets/engagement_list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ <h4> {% if status == "open" %}Active{% elif status == "paused" %}Paused {% else
4545
<th class="text-left">Date</th>
4646
<th class="text-left">Length</th>
4747
{% if system_settings.enable_jira %}
48-
<th class="text-center">JIRA</td>
48+
<th class="text-center">JIRA</th>
4949
{% endif %}
5050
<th class="text-center">Tests</th>
5151
<th class="text-center">Active (Verified)</th>

0 commit comments

Comments
 (0)