diff options
author | Ted Trask <ttrask01@yahoo.com> | 2013-10-09 20:38:02 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2013-10-09 20:38:02 +0000 |
commit | 7747b548e2824fda33114cc975ad40d50fb7df92 (patch) | |
tree | 510e3569d59eaaa968b16975c53553af4851395b /chrony-config-html.lsp | |
parent | fc8c5b1ba54bee166b1813ef4a47c5e1efd06c7c (diff) | |
download | acf-chrony-7747b548e2824fda33114cc975ad40d50fb7df92.tar.bz2 acf-chrony-7747b548e2824fda33114cc975ad40d50fb7df92.tar.xz |
Change use of require to work with Lua 5.2
Diffstat (limited to 'chrony-config-html.lsp')
-rw-r--r-- | chrony-config-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrony-config-html.lsp b/chrony-config-html.lsp index 58e1891..68f2d4a 100644 --- a/chrony-config-html.lsp +++ b/chrony-config-html.lsp @@ -1,5 +1,5 @@ <% local form, viewlibrary, page_info, session = ... -require("htmlviewfunctions") +htmlviewfunctions = require("htmlviewfunctions") %> <% if viewlibrary and viewlibrary.dispatch_component then |