From fcaab1b363fcd5ff2dccce8f98cacabc5635ba5f Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 9 Oct 2013 19:24:30 +0000 Subject: Change use of require to work with Lua 5.2 --- app/status-html.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/status-html.lsp') diff --git a/app/status-html.lsp b/app/status-html.lsp index 370b62d..d8f7b37 100644 --- a/app/status-html.lsp +++ b/app/status-html.lsp @@ -1,5 +1,5 @@ <% local data, viewlibrary, page_info, session = ... -require("htmlviewfunctions") +htmlviewfunctions = require("htmlviewfunctions") html = require("acf.html") %> -- cgit v1.2.3