summaryrefslogtreecommitdiffstats
path: root/ipsectools-details-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-details-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-details-html.lsp')
-rw-r--r--ipsectools-details-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipsectools-details-html.lsp b/ipsectools-details-html.lsp
index b6afc76..b1df6a7 100644
--- a/ipsectools-details-html.lsp
+++ b/ipsectools-details-html.lsp
@@ -1,5 +1,5 @@
<% local data, viewlibrary, page_info = ...
---require("htmlviewfunctions")
+--htmlviewfunctions = require("htmlviewfunctions")
html = require("acf.html")
%>