summaryrefslogtreecommitdiffstats
path: root/foo-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'foo-html.lsp')
-rw-r--r--foo-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/foo-html.lsp b/foo-html.lsp
index 708e1ad..fe7acf4 100644
--- a/foo-html.lsp
+++ b/foo-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>