Skip to content

Commit

Permalink
Fix spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkst-nick committed Sep 5, 2022
1 parent eb01491 commit 11c66dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/emails/notification.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ <h2 style="font-size: 18px;">Basic Details:</h2></td>
{% if BasicDetails['CMDInformation'] %}
<tr>
<td class="label" style="background: #eeeeee; font-weight: bold; _border: none; width: 180px; border: 1px solid #cccccc; padding: 5px;">Sensitive Command Information</td>
<td style="border: 1px solid #cccccc; padding: 5px;"><code>{{ BasicDetails['CMDInfomation'] | e}}</code></td>
<td style="border: 1px solid #cccccc; padding: 5px;"><code>{{ BasicDetails['CMDInformation'] | e}}</code></td>
</tr>
{% endif %}
{% if BasicDetails['CanaryIP'] or BasicDetails['CanaryName'] %}
Expand Down

0 comments on commit 11c66dc

Please sign in to comment.