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.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/apk-expert-html.lsp b/apk-expert-html.lsp
index b0dc65e..2256432 100644
--- a/apk-expert-html.lsp
+++ b/apk-expert-html.lsp
@@ -1,5 +1,5 @@
<% local form, viewlibrary, page_info, session = ... %>
-<% require("htmlviewfunctions") %>
+<% htmlviewfunctions = require("htmlviewfunctions") %>
<% html = require("acf.html") %>
<% htmlviewfunctions.displaycommandresults({"updateall", "upgradeall"}, session) %>