summaryrefslogtreecommitdiffstats
path: root/dansguardian-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'dansguardian-html.lsp')
-rw-r--r--dansguardian-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/dansguardian-html.lsp b/dansguardian-html.lsp
index ccb3274..a3d543f 100644
--- a/dansguardian-html.lsp
+++ b/dansguardian-html.lsp
@@ -1,8 +1,8 @@
<% local view, viewlibrary, page_info, session = ...
-require("viewfunctions")
+require("htmlviewfunctions")
%>
-<% displaycommandresults({"edit"}, session) %>
+<% htmlviewfunctions.displaycommandresults({"edit"}, session) %>
<% if viewlibrary and viewlibrary.dispatch_component then
viewlibrary.dispatch_component("status")