diff options
author | Ted Trask <ttrask01@yahoo.com> | 2009-01-16 21:20:26 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2009-01-16 21:20:26 +0000 |
commit | ea807e9802a1a14db8bf3f3fb44841a6e2c9266a (patch) | |
tree | 148d1ecbbc04b7b0d18a27f535f8fb8cf0295c08 /app/dispatcherror-html.lsp | |
parent | 2c2f5c6de04aa287495282b4de9354dfb126bbf4 (diff) | |
download | acf-core-ea807e9802a1a14db8bf3f3fb44841a6e2c9266a.tar.bz2 acf-core-ea807e9802a1a14db8bf3f3fb44841a6e2c9266a.tar.xz |
Fixed two core bugs from version 1678.
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1682 ab2d0c66-481e-0410-8bed-d214d4d58bed
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> |