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.lsp6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/acf-util/logon-logout-html.lsp b/app/acf-util/logon-logout-html.lsp
index b3e2f08..a658ea9 100644
--- a/app/acf-util/logon-logout-html.lsp
+++ b/app/acf-util/logon-logout-html.lsp
@@ -1,6 +1,6 @@
-<? local view= ... ?>
+<% local view= ... %>
<h1>Log Out</h1>
-<?= html.cfe_unpack(view) ?>
+<%= html.cfe_unpack(view) %>
-<?= view.logout.value ?>
+<%= view.logout.value %>