From 0537a242f9709271454252e7897a7709144a3b02 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 9 Oct 2013 20:19:18 +0000 Subject: Change use of require to work with Lua 5.2 --- syslog-loginfo-html.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'syslog-loginfo-html.lsp') diff --git a/syslog-loginfo-html.lsp b/syslog-loginfo-html.lsp index 2c3c4f2..0e9b408 100644 --- a/syslog-loginfo-html.lsp +++ b/syslog-loginfo-html.lsp @@ -1,5 +1,5 @@ <% local form, viewlibrary = ... %> -<% require("htmlviewfunctions") %> +<% htmlviewfunctions = require("htmlviewfunctions") %> <% ---[[ %> <% if viewlibrary and viewlibrary.dispatch_component then -- cgit v1.2.3