summaryrefslogtreecommitdiffstats
path: root/qos-details-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2013-10-09 20:50:53 +0000
committerTed Trask <ttrask01@yahoo.com>2013-10-09 20:50:53 +0000
commit7a83c842a9ae46a39e3f3f7b6373531cfe0ab58d (patch)
treeb890116541b9ee2071f5de8e676bcca22ec74965 /qos-details-html.lsp
parent9acc67f90c400e20a2af20b116e580504a13ba56 (diff)
downloadacf-iproute2-qos-7a83c842a9ae46a39e3f3f7b6373531cfe0ab58d.tar.bz2
acf-iproute2-qos-7a83c842a9ae46a39e3f3f7b6373531cfe0ab58d.tar.xz
Change use of require to work with Lua 5.2
Diffstat (limited to 'qos-details-html.lsp')
-rw-r--r--qos-details-html.lsp2
1 files changed, 1 insertions, 1 deletions
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")
%>