diff options
author | Ted Trask <ttrask01@yahoo.com> | 2013-10-09 20:50:53 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2013-10-09 20:50:53 +0000 |
commit | 7a83c842a9ae46a39e3f3f7b6373531cfe0ab58d (patch) | |
tree | b890116541b9ee2071f5de8e676bcca22ec74965 /qos-details-html.lsp | |
parent | 9acc67f90c400e20a2af20b116e580504a13ba56 (diff) | |
download | acf-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.lsp | 2 |
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") %> |