Skip to content

Commit

Permalink
Update terms.html to include </li> tags
Browse files Browse the repository at this point in the history
  • Loading branch information
dougburks authored Mar 7, 2025
1 parent 0d37970 commit 1dfe1d0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions html/pages/terms.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,15 @@ <h2 v-text="i18n.licensing"></h2>
<v-sheet v-else id="proFeatures" rounded="lg" class="marketing pa-4 ma-4" elevation="10">
<h3>You're missing out on some Pro features!</h3>
<ul class="my-2">
<li>OpenID Connect 3rd-party authentication
<li>Disk encryption
<li>FIPS OS compliance
<li>STIG OS compliance
<li>External notifications
<li>Time tracking inside of Cases
<li>Guaranteed Message Delivery
<li>External API
<li>Active Query Management
<li>OpenID Connect 3rd-party authentication</li>
<li>Disk encryption</li>
<li>FIPS OS compliance</li>
<li>STIG OS compliance</li>
<li>External notifications</li>
<li>Time tracking inside of Cases</li>
<li>Guaranteed Message Delivery</li>
<li>External API</li>
<li>Active Query Management</li>
</ul>
To learn more about these Pro features, please visit our website:
<a href="https://securityonion.com/pro">https://securityonion.com/pro</a>
Expand Down

0 comments on commit 1dfe1d0

Please sign in to comment.