summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fetchmail-config-html.lsp1
-rw-r--r--fetchmail-editentry-html.lsp1
-rw-r--r--fetchmail-listentries-html.lsp1
3 files changed, 3 insertions, 0 deletions
diff --git a/fetchmail-config-html.lsp b/fetchmail-config-html.lsp
index 8aa6299..e3df87e 100644
--- a/fetchmail-config-html.lsp
+++ b/fetchmail-config-html.lsp
@@ -1,5 +1,6 @@
<% local view, viewlibrary, page_info, session = ... %>
<% require("htmlviewfunctions") %>
+<% html = require("acf.html") %>
<% htmlviewfunctions.displaycommandresults({"editconfig", "editentry", "deleteentry", "createentry"}, session) %>
diff --git a/fetchmail-editentry-html.lsp b/fetchmail-editentry-html.lsp
index ffdca6c..3112425 100644
--- a/fetchmail-editentry-html.lsp
+++ b/fetchmail-editentry-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/fetchmail-listentries-html.lsp b/fetchmail-listentries-html.lsp
index 68887d9..d44c9d2 100644
--- a/fetchmail-listentries-html.lsp
+++ b/fetchmail-listentries-html.lsp
@@ -1,5 +1,6 @@
<% local data, viewlibrary, page_info, session = ...
require("htmlviewfunctions")
+html = require("acf.html")
%>
<% htmlviewfunctions.displaycommandresults({"editentry", "deleteentry", "createentry"}, session) %>