diff options
Diffstat (limited to 'app/dispatcherror-html.lsp')
-rw-r--r-- | app/dispatcherror-html.lsp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/dispatcherror-html.lsp b/app/dispatcherror-html.lsp index fc8d4c5..208a467 100644 --- a/app/dispatcherror-html.lsp +++ b/app/dispatcherror-html.lsp @@ -29,6 +29,7 @@ }); </script> -<% htmlviewfunctions.displayheader(cfe({label="Alpine Configuration Framework"}), page_info) %> +<% local header_level = htmlviewfunctions.displaysectionstart(cfe({label="Alpine Configuration Framework"}), page_info) %> <p class="errordetail">Dispatch error occured</p> <p class="hiddendetail">'<%= html.html_escape(view.controller) %>' does not have a '<%= html.html_escape(view.action) %>' action.</p> +<% htmlviewfunctions.displaysectionend(header_level) %> |