summaryrefslogtreecommitdiffstats
path: root/iptables-editchain-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'iptables-editchain-html.lsp')
-rw-r--r--iptables-editchain-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/iptables-editchain-html.lsp b/iptables-editchain-html.lsp
index 9514d5b..af06bb6 100644
--- a/iptables-editchain-html.lsp
+++ b/iptables-editchain-html.lsp
@@ -1,5 +1,5 @@
<% local form, viewlibrary, page_info = ...
-require("viewfunctions")
+require("htmlviewfunctions")
%>
<H1><%= html.html_escape(form.label) %></H1>
@@ -11,5 +11,5 @@ require("viewfunctions")
form.value.chain.readonly = true
end
local order = {"table", "chain", "policy"}
- displayform(form, order)
+ htmlviewfunctions.displayform(form, order)
%>