mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-01-20 03:36:36 +00:00
Added missing 'does NOT' to the even summary page [no ci]
This commit is contained in:
parent
5f3be5915b
commit
1adedfefe1
@ -161,10 +161,10 @@
|
||||
<ul>
|
||||
<c:choose>
|
||||
<c:when test="${initialData.rimType=='Support'}">
|
||||
<li>This Support RIM file covers the following critical items:</li>
|
||||
<li>This Support RIM file does NOT covers the following critical items:</li>
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
<li>This Event Log file covers the following critical items:</li>
|
||||
<li>This Event Log file does NOT covers the following critical items:</li>
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
<ul>
|
||||
|
Loading…
Reference in New Issue
Block a user