summaryrefslogtreecommitdiffstats
path: root/app/acf-util/logon-status-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'app/acf-util/logon-status-html.lsp')
-rw-r--r--app/acf-util/logon-status-html.lsp10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/acf-util/logon-status-html.lsp b/app/acf-util/logon-status-html.lsp
index 661b588..5fb70c9 100644
--- a/app/acf-util/logon-status-html.lsp
+++ b/app/acf-util/logon-status-html.lsp
@@ -1,8 +1,8 @@
-<? local view= ... ?>
-<? --[[
+<% local view= ... %>
+<% --[[
io.write(html.cfe_unpack(view))
---]] ?>
+--]] %>
<h1>User Status </h1>
<p> Below is your current Session id <p>
-<?= view.value.sessionid.value ?>
-<p>You are currently known to the system as <?= view.value.username.value ?>.</p>
+<%= view.value.sessionid.value %>
+<p>You are currently known to the system as <%= view.value.username.value %>.</p>