diff options
Diffstat (limited to 'rc-status-html.lsp')
-rw-r--r-- | rc-status-html.lsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rc-status-html.lsp b/rc-status-html.lsp index b04913a..6bb6533 100644 --- a/rc-status-html.lsp +++ b/rc-status-html.lsp @@ -1,7 +1,7 @@ <% local view, viewlibrary, page_info, session = ... %> -<% require("viewfunctions") %> +<% require("htmlviewfunctions") %> -<% displaycommandresults({"edit", "startstop"}, session) %> +<% htmlviewfunctions.displaycommandresults({"edit", "startstop"}, session) %> <H1><%= html.html_escape(view.label) %></H1> <DL> |