diff options
author | ivan <ivan> | 2007-12-16 22:40:01 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-12-16 22:40:01 +0000 |
commit | ba6a046e7cbccee29fb13a32e0ae438faeccaf62 (patch) | |
tree | adce611c3095e5e9b2e2c92953915a34b40fe69e /httemplate/elements/errorpage.html | |
parent | cc8429ee7e4cb465b9f555530793b5bcac994010 (diff) |
less is better
Diffstat (limited to 'httemplate/elements/errorpage.html')
-rw-r--r-- | httemplate/elements/errorpage.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/httemplate/elements/errorpage.html b/httemplate/elements/errorpage.html index d28055efb..17b0dcf62 100644 --- a/httemplate/elements/errorpage.html +++ b/httemplate/elements/errorpage.html @@ -1,13 +1,11 @@ -<% include("/elements/header.html", "Error processing your request") %> - -Your request could not be processed because of the following error<% (scalar(@_) > 1) ? 's' : '' %>: +<% include("/elements/header.html", "Error") %> % while (@_) { <P><FONT SIZE="+1" COLOR="#ff0000"><B><% shift %></B></FONT> - %} + % $m->flush_buffer(); % $HTML::Mason::Commands::m->abort(); % #die "shouldn't fall through to here (mason \$m->abort didn't)"; |