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/debug-html.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/debug-html.lsp') diff --git a/app/debug-html.lsp b/app/debug-html.lsp index ee49434..f857b4f 100644 --- a/app/debug-html.lsp +++ b/app/debug-html.lsp @@ -1,5 +1,5 @@ <% local data, viewlibrary, page_info, session = ... %> -<% require("htmlviewfunctions") %> +<% htmlviewfunctions = require("htmlviewfunctions") %>

Debugging

View Data:

<%= htmlviewfunctions.cfe_unpack(data) %> -- cgit v1.2.3