summaryrefslogtreecommitdiffstats
path: root/weblog-listsources-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'weblog-listsources-html.lsp')
-rw-r--r--weblog-listsources-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/weblog-listsources-html.lsp b/weblog-listsources-html.lsp
index 270e24c..f1a91b4 100644
--- a/weblog-listsources-html.lsp
+++ b/weblog-listsources-html.lsp
@@ -1,8 +1,8 @@
<% local data, viewlibrary, page_info, session = ...
-require("viewfunctions")
+require("htmlviewfunctions")
%>
-<% displaycommandresults({"deletesource", "editsource", "testsource", "createsource", "importlogs"}, session) %>
+<% htmlviewfunctions.displaycommandresults({"deletesource", "editsource", "testsource", "createsource", "importlogs"}, session) %>
<h1><%= html.html_escape(data.label) %></h1>
<DL>