summaryrefslogtreecommitdiffstats
path: root/hostname-read-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 /hostname-read-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 'hostname-read-html.lsp')
-rw-r--r--hostname-read-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/hostname-read-html.lsp b/hostname-read-html.lsp
index 604d9b0..d1419fc 100644
--- a/hostname-read-html.lsp
+++ b/hostname-read-html.lsp
@@ -1,5 +1,5 @@
<% local view = ... %>
-<% require("htmlviewfunctions") %>
+<% htmlviewfunctions = require("htmlviewfunctions") %>
<% html = require("acf.html") %>
<h1><%= html.html_escape(view.label) %></h1>