summaryrefslogtreecommitdiff
path: root/httemplate/elements/errorpage.html
blob: f3794cc132776d65c10e4d629e69175c28b025a3 (plain)
1
2
3
4
5
6
7
8
9
10
<& /elements/header.html, emt("Error") &>

% while (@_) {

<P><FONT SIZE="+1" COLOR="#ff0000"><% shift |h %></FONT>

%}

% $m->flush_buffer();
% $HTML::Mason::Commands::m->abort();