diff options
Diffstat (limited to 'app/status-html.lsp')
-rw-r--r-- | app/status-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/status-html.lsp b/app/status-html.lsp index 370b62d..d8f7b37 100644 --- a/app/status-html.lsp +++ b/app/status-html.lsp @@ -1,5 +1,5 @@ <% local data, viewlibrary, page_info, session = ... -require("htmlviewfunctions") +htmlviewfunctions = require("htmlviewfunctions") html = require("acf.html") %> |