diff options
Diffstat (limited to 'app/dispatcherror-html.lsp')
-rw-r--r-- | app/dispatcherror-html.lsp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/dispatcherror-html.lsp b/app/dispatcherror-html.lsp index 66cfd5d..ce6b5c8 100644 --- a/app/dispatcherror-html.lsp +++ b/app/dispatcherror-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">Dispatch error occured</p> -<p class="hiddendetail">'<?= view.controller ?>' does not have a '<?= view.action ?>' action.</p> +<p class="hiddendetail">'<%= view.controller %>' does not have a '<%= view.action %>' action.</p> |