[Docs] Capitalize severity

It makes sense to capitalize the severity rating since we're doing
that for other words following a colon.

Change-Id: Ifc4e4aa68cbcf52e2ef04149e84f4bccc7e6d8a3
This commit is contained in:
Major Hayden 2016-11-14 08:54:48 -06:00
parent 04ff6e1c89
commit b8597c8fc9

View File

@ -6,7 +6,7 @@
STIG Description
~~~~~~~~~~~~~~~~
**Severity:** {{ rule['severity'] }}
**Severity:** {{ rule['severity'] | title }}
{{ rule['description']['VulnDiscussion'] | addmonospace }}