summaryrefslogtreecommitdiffstats
path: root/interfaces-update-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2013-10-09 20:19:18 +0000
committerTed Trask <ttrask01@yahoo.com>2013-10-09 20:19:18 +0000
commit0537a242f9709271454252e7897a7709144a3b02 (patch)
tree1ec4bdbe71ac516e2b6f9146ee599e29c25b0fd6 /interfaces-update-html.lsp
parent4ce4c54a20b7cf6adb26884e0c7618038dd7bfe5 (diff)
downloadacf-alpine-baselayout-0537a242f9709271454252e7897a7709144a3b02.tar.bz2
acf-alpine-baselayout-0537a242f9709271454252e7897a7709144a3b02.tar.xz
Change use of require to work with Lua 5.2
Diffstat (limited to 'interfaces-update-html.lsp')
-rw-r--r--interfaces-update-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/interfaces-update-html.lsp b/interfaces-update-html.lsp
index 23ef31d..1d1ee14 100644
--- a/interfaces-update-html.lsp
+++ b/interfaces-update-html.lsp
@@ -1,7 +1,7 @@
<% local form, viewlibrary, page_info = ...
-require("htmlviewfunctions")
+htmlviewfunctions = require("htmlviewfunctions")
html = require("acf.html")
-require("json")
+json = require("json")
-- iface is a local table with cfes for the various parts of interface definitions
-- Depending on the address family and corresponding method, different options are valid