blob: d28055efbb04c6e90dd734b74c71e8fff6fbdc1d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<% include("/elements/header.html", "Error processing your request") %>
Your request could not be processed because of the following error<% (scalar(@_) > 1) ? 's' : '' %>:
% 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)";
|