Remove remaining calls to idiot/eidiot. Should fix 1479
[freeside.git] / httemplate / elements / errorpage.html
1 <% include("/elements/header.html", "Error processing your request") %>
2
3 Your request could not be processed because of the following error<% (scalar(@_) > 1) ? 's' : '' %>:
4
5 % while (@_) {
6
7 <P><FONT SIZE="+1" COLOR="#ff0000"><B><% shift %></B></FONT>
8
9
10 %}
11 % $m->flush_buffer();
12 % $HTML::Mason::Commands::m->abort();
13 % #die "shouldn't fall through to here (mason \$m->abort didn't)";