From 0c5f445ce36bb8951ddb3ed3dffac0ae23b984d8 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Mon, 17 Mar 2014 16:20:12 +0000 Subject: Change htmlviewfunctions.displayheader to .displaysectionstart and added .displaysectionend function --- app/dispatcherror-html.lsp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/dispatcherror-html.lsp') 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 @@ }); -<% htmlviewfunctions.displayheader(cfe({label="Alpine Configuration Framework"}), page_info) %> +<% local header_level = htmlviewfunctions.displaysectionstart(cfe({label="Alpine Configuration Framework"}), page_info) %>

Dispatch error occured

'<%= html.html_escape(view.controller) %>' does not have a '<%= html.html_escape(view.action) %>' action.

+<% htmlviewfunctions.displaysectionend(header_level) %> -- cgit v1.2.3