From df3a49a0d58c7cf28e3611f15a7badf2220972c5 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Tue, 16 Feb 2010 09:02:24 +0000 Subject: Added wwwprefix to web path. --- snort-details-html.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snort-details-html.lsp b/snort-details-html.lsp index ac671ec..075ddbf 100644 --- a/snort-details-html.lsp +++ b/snort-details-html.lsp @@ -23,7 +23,7 @@ else <% if (table.maxn(alert.url) ~= 0) then %> ( URL's: <% for k,url in ipairs(alert.url) do %> - <%= html.html_escape(url) %> + <%= html.html_escape(url) %> <% end %> ) <% end %> -- cgit v1.2.3