diff options
Diffstat (limited to 'rc-status-html.lsp')
-rw-r--r-- | rc-status-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc-status-html.lsp b/rc-status-html.lsp index cbb2b62..ef9173f 100644 --- a/rc-status-html.lsp +++ b/rc-status-html.lsp @@ -1,5 +1,5 @@ <% local view, viewlibrary, page_info, session = ... %> -<% require("htmlviewfunctions") %> +<% htmlviewfunctions = require("htmlviewfunctions") %> <% html = require("acf.html") %> <% htmlviewfunctions.displaycommandresults({"edit", "startstop"}, session) %> |