diff options
author | Ted Trask <ttrask01@yahoo.com> | 2013-10-09 20:58:38 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2013-10-09 20:58:38 +0000 |
commit | 3db77af821ca734d1b8dc72cc7bef25be056ad9c (patch) | |
tree | 534dc9090f807a042a470b53b4bf9cd1011daba1 /mdadm-details-html.lsp | |
parent | 64b581534e59d85366429b625c65bd99d991f0ff (diff) | |
download | acf-mdadm-3db77af821ca734d1b8dc72cc7bef25be056ad9c.tar.bz2 acf-mdadm-3db77af821ca734d1b8dc72cc7bef25be056ad9c.tar.xz |
Change use of require to work with Lua 5.2
Diffstat (limited to 'mdadm-details-html.lsp')
-rw-r--r-- | mdadm-details-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mdadm-details-html.lsp b/mdadm-details-html.lsp index 905a057..778a3bf 100644 --- a/mdadm-details-html.lsp +++ b/mdadm-details-html.lsp @@ -1,5 +1,5 @@ <% local data, viewlibrary = ... -require("htmlviewfunctions") +htmlviewfunctions = require("htmlviewfunctions") html = require("acf.html") %> |