summaryrefslogtreecommitdiffstats
path: root/app/acf-util/logon-status-html.lsp
diff options
context:
space:
mode:
authorNatanael Copa <natanael.copa@gmail.com>2008-07-28 06:48:16 +0000
committerNatanael Copa <natanael.copa@gmail.com>2008-07-28 06:48:16 +0000
commite4b39f4255aff6f974eb1a1e4e78fe01587814aa (patch)
treef59de39a0fb4325e2b8623d734cf23ab7a6ada56 /app/acf-util/logon-status-html.lsp
parent4bf00bc98b36c0233e1ea833571acffefe2ec73b (diff)
downloadacf-core-e4b39f4255aff6f974eb1a1e4e78fe01587814aa.tar.bz2
acf-core-e4b39f4255aff6f974eb1a1e4e78fe01587814aa.tar.xz
use <% %> instead of <? ?>
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1323 ab2d0c66-481e-0410-8bed-d214d4d58bed
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>