summaryrefslogtreecommitdiffstats
path: root/snort-details-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'snort-details-html.lsp')
-rw-r--r--snort-details-html.lsp3
1 files changed, 2 insertions, 1 deletions
diff --git a/snort-details-html.lsp b/snort-details-html.lsp
index ab6024d..6552704 100644
--- a/snort-details-html.lsp
+++ b/snort-details-html.lsp
@@ -12,7 +12,7 @@ io.write("</span>")
<% viewlibrary.dispatch_component("status") %>
<H2><%= html.html_escape(data.label) %></H2>
-
+<DL>
<%
if #data.value == 0 then
io.write("No alerts found")
@@ -39,3 +39,4 @@ else
<% end %>
<% end %>
<% end %>
+</DL>