summaryrefslogtreecommitdiffstats
path: root/opennhrp-show-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2013-10-09 20:59:17 +0000
committerTed Trask <ttrask01@yahoo.com>2013-10-09 20:59:17 +0000
commitf4818065de65fde4b2a76f1ea0c13e92fb448822 (patch)
treeb27e3fd3a485cdc6787fbd9cbed5c0f9e9723a31 /opennhrp-show-html.lsp
parent32aa5ec8447183460c1a911ace42b986bc4b6de0 (diff)
downloadacf-opennhrp-f4818065de65fde4b2a76f1ea0c13e92fb448822.tar.bz2
acf-opennhrp-f4818065de65fde4b2a76f1ea0c13e92fb448822.tar.xz
Change use of require to work with Lua 5.2
Diffstat (limited to 'opennhrp-show-html.lsp')
-rw-r--r--opennhrp-show-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/opennhrp-show-html.lsp b/opennhrp-show-html.lsp
index 241973d..e168863 100644
--- a/opennhrp-show-html.lsp
+++ b/opennhrp-show-html.lsp
@@ -1,5 +1,5 @@
<% local data, viewlibrary, page_info = ...
-require("htmlviewfunctions")
+htmlviewfunctions = require("htmlviewfunctions")
html = require("acf.html")
%>