summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--heimdal-kinit-html.lsp1
-rw-r--r--heimdal-klist-html.lsp1
2 files changed, 2 insertions, 0 deletions
diff --git a/heimdal-kinit-html.lsp b/heimdal-kinit-html.lsp
index 643e7fd..15edc19 100644
--- a/heimdal-kinit-html.lsp
+++ b/heimdal-kinit-html.lsp
@@ -1,5 +1,6 @@
<% local form, viewlibrary, page_info = ...
require("htmlviewfunctions")
+html = require("acf.html")
%>
<H1><%= html.html_escape(form.label) %></H1>
diff --git a/heimdal-klist-html.lsp b/heimdal-klist-html.lsp
index 910ec61..b4a13ed 100644
--- a/heimdal-klist-html.lsp
+++ b/heimdal-klist-html.lsp
@@ -1,5 +1,6 @@
<% local data, viewlibrary, page_info, session = ... %>
<% require("htmlviewfunctions") %>
+<% html = require("acf.html") %>
<% htmlviewfunctions.displaycommandresults({"kdestroy"}, session) %>
<% htmlviewfunctions.displaycommandresults({"kinit"}, session, true) %>