From 7a83c842a9ae46a39e3f3f7b6373531cfe0ab58d Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 9 Oct 2013 20:50:53 +0000 Subject: Change use of require to work with Lua 5.2 --- qos-details-html.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qos-details-html.lsp') diff --git a/qos-details-html.lsp b/qos-details-html.lsp index 070c6ca..50f488b 100644 --- a/qos-details-html.lsp +++ b/qos-details-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