Skip to content

Commit e156bda

Browse files
author
Aaron Weaver
authored
Merge pull request DefectDojo#207 from aaronweaver/master
Tag fix in template
2 parents 5439f4e + 9769aab commit e156bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dojo/templates/dojo/view_eng.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ <h4> Findings</h4>
407407
<th>Mitigation Date</th>
408408
<th>Verified</th>
409409
<th>Active</th>
410-
<{% if "ENABLE_JIRA"|get_config_setting %}
410+
{% if "ENABLE_JIRA"|get_config_setting %}
411411
<th>Jira</th>
412412
{% endif %}
413413
<th>Actions</th>

0 commit comments

Comments
 (0)