From ba6a046e7cbccee29fb13a32e0ae438faeccaf62 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 16 Dec 2007 22:40:01 +0000 Subject: [PATCH] less is better --- httemplate/elements/errorpage.html | 6 ++---- 1 file 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 (@_) {

<% shift %> - %} + % $m->flush_buffer(); % $HTML::Mason::Commands::m->abort(); % #die "shouldn't fall through to here (mason \$m->abort didn't)"; -- 2.11.0