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-config-html.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrony-config-html.lsp') diff --git a/chrony-config-html.lsp b/chrony-config-html.lsp index 58e1891..68f2d4a 100644 --- a/chrony-config-html.lsp +++ b/chrony-config-html.lsp @@ -1,5 +1,5 @@ <% local form, viewlibrary, page_info, session = ... -require("htmlviewfunctions") +htmlviewfunctions = require("htmlviewfunctions") %> <% if viewlibrary and viewlibrary.dispatch_component then -- cgit v1.2.3