diff options
Diffstat (limited to 'asterisk-listfiles-html.lsp')
-rw-r--r-- | asterisk-listfiles-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asterisk-listfiles-html.lsp b/asterisk-listfiles-html.lsp index e99c936..d63398c 100644 --- a/asterisk-listfiles-html.lsp +++ b/asterisk-listfiles-html.lsp @@ -1,5 +1,5 @@ <% local view, viewlibrary, page_info, session = ... -require("htmlviewfunctions") +htmlviewfunctions = require("htmlviewfunctions") html = require("acf.html") %> |