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.lsp7
1 files changed, 1 insertions, 6 deletions
diff --git a/openssh-config-html.lsp b/openssh-config-html.lsp
index 6669383..c48fef8 100644
--- a/openssh-config-html.lsp
+++ b/openssh-config-html.lsp
@@ -7,9 +7,4 @@ html = require("acf.html")
viewlibrary.dispatch_component("status")
end %>
-<H1><%= html.html_escape(form.label) %></H1>
-<%
- form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action
- local order = {"Port", "ListenAddress", "PermitRootLogin", "PasswordAuthentication", "UseDNS"}
- htmlviewfunctions.displayform(form, order)
-%>
+<% htmlviewfunctions.displayitem(form, 1, page_info) %>