summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openssh-addauth-html.lsp1
-rw-r--r--openssh-config-html.lsp1
-rw-r--r--openssh-connectedpeers-html.lsp1
-rw-r--r--openssh-listauth-html.lsp1
-rw-r--r--openssh-listusers-html.lsp1
5 files changed, 5 insertions, 0 deletions
diff --git a/openssh-addauth-html.lsp b/openssh-addauth-html.lsp
index 1f9dbd5..43f7db6 100644
--- a/openssh-addauth-html.lsp
+++ b/openssh-addauth-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/openssh-config-html.lsp b/openssh-config-html.lsp
index 1bc7873..6669383 100644
--- a/openssh-config-html.lsp
+++ b/openssh-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/openssh-connectedpeers-html.lsp b/openssh-connectedpeers-html.lsp
index 74eb0ce..aa8b1fa 100644
--- a/openssh-connectedpeers-html.lsp
+++ b/openssh-connectedpeers-html.lsp
@@ -1,4 +1,5 @@
<% local data, viewlibrary, page_info = ...
+html = require("acf.html")
%>
<H1>Connected peers</H1>
diff --git a/openssh-listauth-html.lsp b/openssh-listauth-html.lsp
index fb4a8d6..3f99620 100644
--- a/openssh-listauth-html.lsp
+++ b/openssh-listauth-html.lsp
@@ -1,5 +1,6 @@
<% local view, viewlibrary, page_info, session = ... %>
<% require("htmlviewfunctions") %>
+<% html = require("acf.html") %>
<% htmlviewfunctions.displaycommandresults({"deleteauth"}, session) %>
<% htmlviewfunctions.displaycommandresults({"addauth"}, session, true) %>
diff --git a/openssh-listusers-html.lsp b/openssh-listusers-html.lsp
index 85f35b2..23b14a3 100644
--- a/openssh-listusers-html.lsp
+++ b/openssh-listusers-html.lsp
@@ -1,4 +1,5 @@
<% local view, viewlibrary, page_info, session = ... %>
+<% html = require("acf.html") %>
<H1>System User Accounts</H1>
<DL>