diff options
Diffstat (limited to 'app/exception-html.lsp')
-rw-r--r-- | app/exception-html.lsp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/exception-html.lsp b/app/exception-html.lsp index 887cef2..5a00ed1 100644 --- a/app/exception-html.lsp +++ b/app/exception-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">Application error occured</p> <p class="hiddendetail"><%= html.html_escape(view.message) %></p> +<% htmlviewfunctions.displaysectionend(header_level) %> |