summaryrefslogtreecommitdiffstats
path: root/apk-expert-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'apk-expert-html.lsp')
-rw-r--r--apk-expert-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/apk-expert-html.lsp b/apk-expert-html.lsp
index 735d1a5..4dd9f47 100644
--- a/apk-expert-html.lsp
+++ b/apk-expert-html.lsp
@@ -1,7 +1,7 @@
<% local form, viewlibrary, page_info, session = ... %>
-<% require("viewfunctions") %>
+<% require("htmlviewfunctions") %>
-<% displaycommandresults({"updateall", "upgradeall"}, session) %>
+<% htmlviewfunctions.displaycommandresults({"updateall", "upgradeall"}, session) %>
<%
local pattern = string.gsub(page_info.prefix..page_info.controller, "[%(%)%.%%%+%-%*%?%[%]%^%$]", "%%%1")