From 2c7c737a1142200129264ab677489047971f045e Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 9 Oct 2013 21:16:45 +0000 Subject: Change use of require to work with Lua 5.2 --- tinydns-edit-html.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tinydns-edit-html.lsp') diff --git a/tinydns-edit-html.lsp b/tinydns-edit-html.lsp index 74c8353..d251638 100644 --- a/tinydns-edit-html.lsp +++ b/tinydns-edit-html.lsp @@ -1,5 +1,5 @@ <% local form, viewlibrary, page_info = ... %> -<% require("htmlviewfunctions") %> +<% htmlviewfunctions = require("htmlviewfunctions") %> <% html = require("acf.html") %> <% local domain = string.gsub(form.value.filename.value, "^.*/", "") %> -- cgit v1.2.3