summaryrefslogtreecommitdiffstats
path: root/openssh-config-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'openssh-config-html.lsp')
-rw-r--r--openssh-config-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/openssh-config-html.lsp b/openssh-config-html.lsp
index aee05a9..1bc7873 100644
--- a/openssh-config-html.lsp
+++ b/openssh-config-html.lsp
@@ -1,5 +1,5 @@
<% local form, viewlibrary, page_info, session = ...
-require("viewfunctions")
+require("htmlviewfunctions")
%>
<% if viewlibrary and viewlibrary.dispatch_component then
@@ -10,5 +10,5 @@ end %>
<%
form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action
local order = {"Port", "ListenAddress", "PermitRootLogin", "PasswordAuthentication", "UseDNS"}
- displayform(form, order)
+ htmlviewfunctions.displayform(form, order)
%>