summaryrefslogtreecommitdiffstats
path: root/ipsectools-viewcert-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2013-10-09 20:52:56 +0000
committerTed Trask <ttrask01@yahoo.com>2013-10-09 20:52:56 +0000
commitaa72624bbfb1d4fa0bc87dcf4b291e146b7af5f3 (patch)
tree3a6d1edb00af72df1827711991119220faf34859 /ipsectools-viewcert-html.lsp
parentbe92a4d4cb614bffb6178524348d54042681e3b2 (diff)
downloadacf-ipsec-tools-aa72624bbfb1d4fa0bc87dcf4b291e146b7af5f3.tar.bz2
acf-ipsec-tools-aa72624bbfb1d4fa0bc87dcf4b291e146b7af5f3.tar.xz
Change use of require to work with Lua 5.2
Diffstat (limited to 'ipsectools-viewcert-html.lsp')
-rw-r--r--ipsectools-viewcert-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipsectools-viewcert-html.lsp b/ipsectools-viewcert-html.lsp
index e90e2a5..d31c1eb 100644
--- a/ipsectools-viewcert-html.lsp
+++ b/ipsectools-viewcert-html.lsp
@@ -1,5 +1,5 @@
<% local view, viewlibrary, page_info, session = ... %>
-<% require("htmlviewfunctions") %>
+<% htmlviewfunctions = require("htmlviewfunctions") %>
<% html = require("acf.html") %>
<% if view.value.result then %>