diff options
author | Ted Trask <ttrask01@yahoo.com> | 2013-10-09 20:52:56 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2013-10-09 20:52:56 +0000 |
commit | aa72624bbfb1d4fa0bc87dcf4b291e146b7af5f3 (patch) | |
tree | 3a6d1edb00af72df1827711991119220faf34859 /ipsectools-viewcert-html.lsp | |
parent | be92a4d4cb614bffb6178524348d54042681e3b2 (diff) | |
download | acf-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.lsp | 2 |
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 %> |