summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 f7c1970..ac671ec 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="/skins/static/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.staticdir) %>/tango/16x16/categories/applications-internet.png" alt="<%= html.html_escape(url) %>"></a>
<% end %>
)
<% end %>