From c29f12712dbb82da5e0351126a9896ac9e986fc1 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 9 Oct 2013 21:00:17 +0000 Subject: Change use of require to work with Lua 5.2 --- openntpd-config-html.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openntpd-config-html.lsp') diff --git a/openntpd-config-html.lsp b/openntpd-config-html.lsp index b478495..e4bf203 100644 --- a/openntpd-config-html.lsp +++ b/openntpd-config-html.lsp @@ -1,5 +1,5 @@ <% local form, viewlibrary, page_info, session = ... -require("htmlviewfunctions") +htmlviewfunctions = require("htmlviewfunctions") html = require("acf.html") %> -- cgit v1.2.3