diff options
author | Ted Trask <ttrask01@yahoo.com> | 2013-10-09 20:49:24 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2013-10-09 20:49:24 +0000 |
commit | b10603beaf4a2a2afd60fd16823ab2792e8e0dc2 (patch) | |
tree | 4fc3bab255412a4621832a3cef151ef3cb255203 /gross-details-html.lsp | |
parent | 9ed929e6cf7dc7b5de35cbaa29c72932bd01441e (diff) | |
download | acf-gross-b10603beaf4a2a2afd60fd16823ab2792e8e0dc2.tar.bz2 acf-gross-b10603beaf4a2a2afd60fd16823ab2792e8e0dc2.tar.xz |
Change use of require to work with Lua 5.2
Diffstat (limited to 'gross-details-html.lsp')
-rw-r--r-- | gross-details-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gross-details-html.lsp b/gross-details-html.lsp index 905a057..778a3bf 100644 --- a/gross-details-html.lsp +++ b/gross-details-html.lsp @@ -1,5 +1,5 @@ <% local data, viewlibrary = ... -require("htmlviewfunctions") +htmlviewfunctions = require("htmlviewfunctions") html = require("acf.html") %> |