summaryrefslogtreecommitdiffstats
path: root/app/acf-util/logon-logout-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'app/acf-util/logon-logout-html.lsp')
-rw-r--r--app/acf-util/logon-logout-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/acf-util/logon-logout-html.lsp b/app/acf-util/logon-logout-html.lsp
index 54aa9bb..765eb4f 100644
--- a/app/acf-util/logon-logout-html.lsp
+++ b/app/acf-util/logon-logout-html.lsp
@@ -1,7 +1,7 @@
<% local view= ... %>
-<% require("viewfunctions") %>
+<% require("htmlviewfunctions") %>
<h1>Log Out</h1>
-<%= cfe_unpack(view) %>
+<%= htmlviewfunctions.cfe_unpack(view) %>
<%= html.html_escape(view.logout.value) %>