summaryrefslogtreecommitdiffstats
path: root/bar-html.lsp
diff options
context:
space:
mode:
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>