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.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/snort-details-html.lsp b/snort-details-html.lsp
index 35eebbe..2ed5770 100644
--- a/snort-details-html.lsp
+++ b/snort-details-html.lsp
@@ -8,7 +8,7 @@ html = require("acf.html")
<% local header_level = htmlviewfunctions.displaysectionstart(data, page_info) %>
<% local header_level2 = htmlviewfunctions.incrementheader(header_level) %>
<% local header_level3 = htmlviewfunctions.incrementheader(header_level2) %>
-<%
+<%
if #data.value == 0 then
io.write("<p>No alerts found</p>")
else