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/acf-util/welcome-html.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/acf-util/welcome-html.lsp') diff --git a/app/acf-util/welcome-html.lsp b/app/acf-util/welcome-html.lsp index 6a1fc17..7540b94 100644 --- a/app/acf-util/welcome-html.lsp +++ b/app/acf-util/welcome-html.lsp @@ -1,5 +1,5 @@ <% view = ... %> -<% require("htmlviewfunctions") %> +<% htmlviewfunctions = require("htmlviewfunctions") %>

Alpine Configuration Framework

Welcome.

-- cgit v1.2.3