From 7747b548e2824fda33114cc975ad40d50fb7df92 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 9 Oct 2013 20:38:02 +0000 Subject: Change use of require to work with Lua 5.2 --- chrony-keyfile-html.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrony-keyfile-html.lsp') diff --git a/chrony-keyfile-html.lsp b/chrony-keyfile-html.lsp index 02c399d..0492c95 100644 --- a/chrony-keyfile-html.lsp +++ b/chrony-keyfile-html.lsp @@ -1,5 +1,5 @@ <% local form, viewlibrary, page_info, session = ... %> -<% require("htmlviewfunctions") %> +<% htmlviewfunctions = require("htmlviewfunctions") %> <% html = require("acf.html") %> <% htmlviewfunctions.displaycommandresults({"enablekeyfile"}, session) %> -- cgit v1.2.3