summaryrefslogtreecommitdiffstats
path: root/bar-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
commitcb95b5d3f2551642baa623a447b40b7193dc5bd8 (patch)
tree46d12dff19d7c3560c43622687831c70189c5d11 /bar-html.lsp
parent8b2e668680ca182d6a4f08daa90efe6dcb72d66f (diff)
downloadacf-sandbox-cb95b5d3f2551642baa623a447b40b7193dc5bd8.tar.bz2
acf-sandbox-cb95b5d3f2551642baa623a447b40b7193dc5bd8.tar.xz
use <% %> instead of <? ?>
git-svn-id: svn://svn.alpinelinux.org/acf/sandbox/trunk@1323 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'bar-html.lsp')
-rw-r--r--bar-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/bar-html.lsp b/bar-html.lsp
index 708e1ad..fe7acf4 100644
--- a/bar-html.lsp
+++ b/bar-html.lsp
@@ -1,3 +1,3 @@
-<? view = ... ?>
-<h1>Action <?= view.name ?></h1>
+<% view = ... %>
+<h1>Action <%= view.name %></h1>
<p>This is a null controller for menu and authorization testing.</p>