summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--squid-config-html.lsp1
-rw-r--r--squid-digest-html.lsp1
-rw-r--r--squid-listfiles-html.lsp1
-rw-r--r--squid-saccess-html.lsp1
4 files changed, 4 insertions, 0 deletions
diff --git a/squid-config-html.lsp b/squid-config-html.lsp
index 30203e8..22d8bf4 100644
--- a/squid-config-html.lsp
+++ b/squid-config-html.lsp
@@ -1,5 +1,6 @@
<% local form, viewlibrary, page_info, session = ...
require("htmlviewfunctions")
+html = require("acf.html")
%>
<% if viewlibrary and viewlibrary.dispatch_component then
diff --git a/squid-digest-html.lsp b/squid-digest-html.lsp
index 67917a6..ce26903 100644
--- a/squid-digest-html.lsp
+++ b/squid-digest-html.lsp
@@ -1,5 +1,6 @@
<% local form, viewlibrary, page_info, session = ... %>
<% require("htmlviewfunctions") %>
+<% html = require("acf.html") %>
<% htmlviewfunctions.displaycommandresults({"enabledigestlist"}, session) %>
diff --git a/squid-listfiles-html.lsp b/squid-listfiles-html.lsp
index 873c654..abdc127 100644
--- a/squid-listfiles-html.lsp
+++ b/squid-listfiles-html.lsp
@@ -1,5 +1,6 @@
<% local view, viewlibrary, page_info, session = ...
require("htmlviewfunctions")
+html = require("acf.html")
%>
<% htmlviewfunctions.displaycommandresults({"editfile", "deletefile"}, session) %>
diff --git a/squid-saccess-html.lsp b/squid-saccess-html.lsp
index 3ac8d35..d89aa36 100644
--- a/squid-saccess-html.lsp
+++ b/squid-saccess-html.lsp
@@ -1,4 +1,5 @@
<%
+html = require("acf.html")
local form = ...
local service = form.service
%>