summaryrefslogtreecommitdiffstats
path: root/app/welcome-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'app/welcome-html.lsp')
-rw-r--r--app/welcome-html.lsp6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/welcome-html.lsp b/app/welcome-html.lsp
index 4cf01d9..e4bd2be 100644
--- a/app/welcome-html.lsp
+++ b/app/welcome-html.lsp
@@ -1,9 +1,9 @@
-<? view = ... ?>
+<% view = ... %>
<h1>Alpine Configuration Framework</h1>
<p>Welcome.</p>
-<? --[[
+<% --[[
io.write(html.cfe_unpack(view))
io.write(html.cfe_unpack(FORM))
io.write(html.cfe_unpack(ENV))
---]] ?>
+--]] %>