diff options
Diffstat (limited to 'app/dispatcherror-html.lsp')
-rw-r--r-- | app/dispatcherror-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/dispatcherror-html.lsp b/app/dispatcherror-html.lsp index 82f873f..f6e0a22 100644 --- a/app/dispatcherror-html.lsp +++ b/app/dispatcherror-html.lsp @@ -27,4 +27,4 @@ <h1>Alpine Configuration Framework</h1> <p class="errordetail">Dispatch error occured</p> -<p class="hiddendetail">'<%= html.html_escapt(view.controller) %>' does not have a '<%= html.html_escape(view.action) %>' action.</p> +<p class="hiddendetail">'<%= html.html_escape(view.controller) %>' does not have a '<%= html.html_escape(view.action) %>' action.</p> |