summaryrefslogtreecommitdiffstats
path: root/snort-details-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2009-12-10 15:10:15 +0000
committerTed Trask <ttrask01@yahoo.com>2009-12-10 15:10:15 +0000
commit8a388772da4243132651701f6b36414b0975243b (patch)
treedba7f9f7ade26d219b9a888a8ef1a467e4f7d1db /snort-details-html.lsp
parent7fd30f5b6e65f29926b6fae240c8b634c4cfff79 (diff)
downloadacf-snort-8a388772da4243132651701f6b36414b0975243b.tar.bz2
acf-snort-8a388772da4243132651701f6b36414b0975243b.tar.xz
UI fix, bumped to 0.4.1v0.4.1
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>