summaryrefslogtreecommitdiffstats
path: root/app/exception-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'app/exception-html.lsp')
-rw-r--r--app/exception-html.lsp8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/exception-html.lsp b/app/exception-html.lsp
index 94aa1da..9b7a441 100644
--- a/app/exception-html.lsp
+++ b/app/exception-html.lsp
@@ -1,7 +1,7 @@
-<? view = ... ?>
-<? --[[
+<% view = ... %>
+<% --[[
io.write(html.cfe_unpack(view))
---]] ?>
+--]] %>
<style type="text/css">
p.hiddendetail {
@@ -27,4 +27,4 @@
<h1>Alpine Configuration Framework</h1>
<p class="errordetail">Application error occured</p>
-<p class="hiddendetail"><?= view.message ?></p>
+<p class="hiddendetail"><%= view.message %></p>