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