summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qos-config-html.lsp1
-rw-r--r--qos-details-html.lsp1
2 files changed, 2 insertions, 0 deletions
diff --git a/qos-config-html.lsp b/qos-config-html.lsp
index 02f0d2a..65364a9 100644
--- a/qos-config-html.lsp
+++ b/qos-config-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/qos-details-html.lsp b/qos-details-html.lsp
index ba5a631..070c6ca 100644
--- a/qos-details-html.lsp
+++ b/qos-details-html.lsp
@@ -1,5 +1,6 @@
<% local data, viewlibrary, page_info, session = ...
require("htmlviewfunctions")
+html = require("acf.html")
%>
<% htmlviewfunctions.displaycommandresults({"enable","config","expert","startstopinterface"}, session) %>