From b10603beaf4a2a2afd60fd16823ab2792e8e0dc2 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 9 Oct 2013 20:49:24 +0000 Subject: Change use of require to work with Lua 5.2 --- gross-details-html.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gross-details-html.lsp') 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") %> -- cgit v1.2.3