summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrony-details-html.lsp1
-rw-r--r--chrony-keyfile-html.lsp1
2 files changed, 2 insertions, 0 deletions
diff --git a/chrony-details-html.lsp b/chrony-details-html.lsp
index f7b219d..423c264 100644
--- a/chrony-details-html.lsp
+++ b/chrony-details-html.lsp
@@ -1,5 +1,6 @@
<% local data, viewlibrary = ...
require("htmlviewfunctions")
+html = require("acf.html")
%>
<% viewlibrary.dispatch_component("status") %>
diff --git a/chrony-keyfile-html.lsp b/chrony-keyfile-html.lsp
index 1925cab..02c399d 100644
--- a/chrony-keyfile-html.lsp
+++ b/chrony-keyfile-html.lsp
@@ -1,5 +1,6 @@
<% local form, viewlibrary, page_info, session = ... %>
<% require("htmlviewfunctions") %>
+<% html = require("acf.html") %>
<% htmlviewfunctions.displaycommandresults({"enablekeyfile"}, session) %>