From cf4797b1b2dc539841ae5403575e7c010ad855e6 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 9 Oct 2013 20:38:52 +0000 Subject: Change use of require to work with Lua 5.2 --- clamav-listfiles-html.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clamav-listfiles-html.lsp') diff --git a/clamav-listfiles-html.lsp b/clamav-listfiles-html.lsp index 0d2e49f..e2da86b 100644 --- a/clamav-listfiles-html.lsp +++ b/clamav-listfiles-html.lsp @@ -1,5 +1,5 @@ <% local data, viewlibrary, page_info, session = ... -require("htmlviewfunctions") +htmlviewfunctions = require("htmlviewfunctions") html = require("acf.html") %> -- cgit v1.2.3