summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dnscache-editdomain-html.lsp1
-rw-r--r--dnscache-listdomains-html.lsp1
2 files changed, 2 insertions, 0 deletions
diff --git a/dnscache-editdomain-html.lsp b/dnscache-editdomain-html.lsp
index dd1ee4e..e3a7c0e 100644
--- a/dnscache-editdomain-html.lsp
+++ b/dnscache-editdomain-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/dnscache-listdomains-html.lsp b/dnscache-listdomains-html.lsp
index 8e01ae1..ea4c350 100644
--- a/dnscache-listdomains-html.lsp
+++ b/dnscache-listdomains-html.lsp
@@ -1,5 +1,6 @@
<% local data, viewlibrary, page_info, session = ...
require("htmlviewfunctions")
+html = require("acf.html")
%>
<% htmlviewfunctions.displaycommandresults({"editdomain", "deletedomain"}, session) %>