summaryrefslogtreecommitdiffstats
path: root/lvm2-details-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2013-10-09 20:58:12 +0000
committerTed Trask <ttrask01@yahoo.com>2013-10-09 20:58:12 +0000
commit4d09a094223123db27a5be12f38daedffa9d25ce (patch)
treeea084e84df4d693093bd90d776714ac6fcd034d7 /lvm2-details-html.lsp
parentbe07324d751a5a3a8f51366f7f606e1abec7b18b (diff)
downloadacf-lvm2-4d09a094223123db27a5be12f38daedffa9d25ce.tar.bz2
acf-lvm2-4d09a094223123db27a5be12f38daedffa9d25ce.tar.xz
Change use of require to work with Lua 5.2
Diffstat (limited to 'lvm2-details-html.lsp')
-rw-r--r--lvm2-details-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lvm2-details-html.lsp b/lvm2-details-html.lsp
index 8ed3df4..1b2aa27 100644
--- a/lvm2-details-html.lsp
+++ b/lvm2-details-html.lsp
@@ -1,5 +1,5 @@
<% local data, viewlibrary = ...
-require("htmlviewfunctions")
+htmlviewfunctions = require("htmlviewfunctions")
html = require("acf.html")
%>