summaryrefslogtreecommitdiffstats
path: root/iptables-editrule-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2013-10-09 20:54:14 +0000
committerTed Trask <ttrask01@yahoo.com>2013-10-09 20:54:14 +0000
commited4e254d9b4b16102feaab4225bb4099aa6b18fa (patch)
tree05d403f46fd20562acc3480080de663292ce9930 /iptables-editrule-html.lsp
parent390f4374ef46a352d5e4f97a326214a7dfcc19b5 (diff)
downloadacf-iptables-ed4e254d9b4b16102feaab4225bb4099aa6b18fa.tar.bz2
acf-iptables-ed4e254d9b4b16102feaab4225bb4099aa6b18fa.tar.xz
Change use of require to work with Lua 5.2
Diffstat (limited to 'iptables-editrule-html.lsp')
-rw-r--r--iptables-editrule-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/iptables-editrule-html.lsp b/iptables-editrule-html.lsp
index eb0c497..905980a 100644
--- a/iptables-editrule-html.lsp
+++ b/iptables-editrule-html.lsp
@@ -1,5 +1,5 @@
<% local form, viewlibrary, page_info = ...
-require("htmlviewfunctions")
+htmlviewfunctions = require("htmlviewfunctions")
html = require("acf.html")
%>