From 718f65eee1c797ea90a315b5f03fae75c80a5112 Mon Sep 17 00:00:00 2001 From: jeff Date: Mon, 8 Oct 2007 19:14:28 +0000 Subject: Remove remaining calls to idiot/eidiot. Should fix 1479 --- httemplate/elements/errorpage.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 httemplate/elements/errorpage.html (limited to 'httemplate/elements/errorpage.html') diff --git a/httemplate/elements/errorpage.html b/httemplate/elements/errorpage.html new file mode 100644 index 000000000..d28055efb --- /dev/null +++ b/httemplate/elements/errorpage.html @@ -0,0 +1,13 @@ +<% include("/elements/header.html", "Error processing your request") %> + +Your request could not be processed because of the following error<% (scalar(@_) > 1) ? 's' : '' %>: + +% while (@_) { + +

<% shift %> + + +%} +% $m->flush_buffer(); +% $HTML::Mason::Commands::m->abort(); +% #die "shouldn't fall through to here (mason \$m->abort didn't)"; -- cgit v1.2.1