diff options
| -rw-r--r-- | snort-details-html.lsp | 2 | 
1 files changed, 1 insertions, 1 deletions
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 %> -						<a href="<%= html.html_escape(url) %>" target="_new"><img src="<%= html.html_escape(page_info.staticdir) %>/tango/16x16/categories/applications-internet.png" alt="<%= html.html_escape(url) %>"></a> +						<a href="<%= html.html_escape(url) %>" target="_new"><img src="<%= html.html_escape(page_info.wwwprefix..page_info.staticdir) %>/tango/16x16/categories/applications-internet.png" alt="<%= html.html_escape(url) %>"></a>  					<% end %>  				)  				<% end %>  | 
