projects
/
freeside.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
76a0bf32e4b80ad26d7761c37d5172fac72e7646
[freeside.git]
/
errorpage.html
1
<% include("/elements/header.html", "Error") %>
2
3
% while (@_) {
4
5
<P><FONT SIZE="+1" COLOR="#ff0000"><% shift |h %></FONT>
6
7
%}
8
9
% $m->flush_buffer();
10
% $HTML::Mason::Commands::m->abort();
11
% #die "shouldn't fall through to here (mason \$m->abort didn't)";