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