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

% while (@_) {

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

%}

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