summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shorewall-logfile-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/shorewall-logfile-html.lsp b/shorewall-logfile-html.lsp
index e712df2..d8c6035 100644
--- a/shorewall-logfile-html.lsp
+++ b/shorewall-logfile-html.lsp
@@ -2,5 +2,5 @@
%>
<% if viewlibrary and viewlibrary.dispatch_component then
- viewlibrary.dispatch_component("alpine-baselayout/logfiles/view", {name=data.value, grep="Shorewall"})
+ viewlibrary.dispatch_component("alpine-baselayout/logfiles/view", {filename=data.value, grep="Shorewall"})
end %>