diff options
author | Ted Trask <ttrask01@yahoo.com> | 2013-10-09 21:02:06 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2013-10-09 21:02:06 +0000 |
commit | 9b6f535853515cd9a0d1cec4b8d688184819f559 (patch) | |
tree | ba54849f59027078a5a5ff8d412e38176b56d068 /openssl-checkenvironment-html.lsp | |
parent | 49cbcaba71cd29d7679acfa0958b024724f10c17 (diff) | |
download | acf-openssl-9b6f535853515cd9a0d1cec4b8d688184819f559.tar.bz2 acf-openssl-9b6f535853515cd9a0d1cec4b8d688184819f559.tar.xz |
Change use of require to work with Lua 5.2
Diffstat (limited to 'openssl-checkenvironment-html.lsp')
-rw-r--r-- | openssl-checkenvironment-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl-checkenvironment-html.lsp b/openssl-checkenvironment-html.lsp index 8cf44d1..2e4f9c4 100644 --- a/openssl-checkenvironment-html.lsp +++ b/openssl-checkenvironment-html.lsp @@ -1,5 +1,5 @@ <% local form, viewlibrary, page_info = ... %> -<% require("htmlviewfunctions") %> +<% htmlviewfunctions = require("htmlviewfunctions") %> <% html = require("acf.html") %> <H1><%= html.html_escape(form.label) %></H1> |