summaryrefslogtreecommitdiffstats
path: root/openssl-putcacert-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'openssl-putcacert-html.lsp')
-rw-r--r--openssl-putcacert-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/openssl-putcacert-html.lsp b/openssl-putcacert-html.lsp
index c4f00a7..9b4bcff 100644
--- a/openssl-putcacert-html.lsp
+++ b/openssl-putcacert-html.lsp
@@ -1,5 +1,5 @@
<% local form, viewlibrary, page_info = ... %>
-<% require("viewfunctions") %>
+<% require("htmlviewfunctions") %>
<H1><%= html.html_escape(form.label) %></H1>
<%
@@ -8,5 +8,5 @@
form.value.ca.type="file"
form.value.password.type="password"
local order = {"ca", "password"}
- displayform(form, order)
+ htmlviewfunctions.displayform(form, order)
%>