From 6256df038e269521ffc3c7033ffae4de8ed5d4d1 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 9 Oct 2013 20:46:23 +0000 Subject: Change use of require to work with Lua 5.2 --- dovecot-details-html.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dovecot-details-html.lsp') diff --git a/dovecot-details-html.lsp b/dovecot-details-html.lsp index 905a057..778a3bf 100644 --- a/dovecot-details-html.lsp +++ b/dovecot-details-html.lsp @@ -1,5 +1,5 @@ <% local data, viewlibrary = ... -require("htmlviewfunctions") +htmlviewfunctions = require("htmlviewfunctions") html = require("acf.html") %> -- cgit v1.2.3