summaryrefslogtreecommitdiffstats
path: root/openntpd-config-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2013-10-09 21:00:17 +0000
committerTed Trask <ttrask01@yahoo.com>2013-10-09 21:00:17 +0000
commitc29f12712dbb82da5e0351126a9896ac9e986fc1 (patch)
tree1e08d040060ce79015047168c42d395d59c96eb2 /openntpd-config-html.lsp
parent095b371742f2078760170c4a89bb96e05fc8d4b5 (diff)
downloadacf-openntpd-c29f12712dbb82da5e0351126a9896ac9e986fc1.tar.bz2
acf-openntpd-c29f12712dbb82da5e0351126a9896ac9e986fc1.tar.xz
Change use of require to work with Lua 5.2
Diffstat (limited to 'openntpd-config-html.lsp')
-rw-r--r--openntpd-config-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/openntpd-config-html.lsp b/openntpd-config-html.lsp
index b478495..e4bf203 100644
--- a/openntpd-config-html.lsp
+++ b/openntpd-config-html.lsp
@@ -1,5 +1,5 @@
<% local form, viewlibrary, page_info, session = ...
-require("htmlviewfunctions")
+htmlviewfunctions = require("htmlviewfunctions")
html = require("acf.html")
%>