diff options
Diffstat (limited to 'app/exception-html.lsp')
-rw-r--r-- | app/exception-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/exception-html.lsp b/app/exception-html.lsp index 9b7a441..3bd6621 100644 --- a/app/exception-html.lsp +++ b/app/exception-html.lsp @@ -27,4 +27,4 @@ <h1>Alpine Configuration Framework</h1> <p class="errordetail">Application error occured</p> -<p class="hiddendetail"><%= view.message %></p> +<p class="hiddendetail"><%= html.html_escape(view.message) %></p> |