summaryrefslogtreecommitdiffstats
path: root/snort-status-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'snort-status-html.lsp')
-rw-r--r--snort-status-html.lsp4
1 files changed, 1 insertions, 3 deletions
diff --git a/snort-status-html.lsp b/snort-status-html.lsp
index 8a04f76..66d00c1 100644
--- a/snort-status-html.lsp
+++ b/snort-status-html.lsp
@@ -2,15 +2,13 @@
<h1>SYSTEM INFO</h1>
-<h2>SYSTEM INFO</h2>
-
<dt>Program status</dt>
<dd><? if (view.status.enabled) then io.write('Enabled') else io.write('Disabled') end ?></dd>
<dt>Program version</dt>
<dd><?= view.status.version ?></dd>
-<H3>PROGRAM SPECIFIC OPTIONS/INFORMATION</H3>
+<H2>PROGRAM SPECIFIC OPTIONS/INFORMATION</H2>
<dt>Counted alerts</dt>
<dd><?= view.alerts ?> alert(s)</dd>