summaryrefslogtreecommitdiff
path: root/httemplate/elements/errorpage.html
diff options
context:
space:
mode:
authorlevinse <levinse>2011-05-22 20:23:21 +0000
committerlevinse <levinse>2011-05-22 20:23:21 +0000
commit7c4a50d23058e764d9bb905df21d9ae6f7f01a4f (patch)
tree5d8c661ff9a628e3b1b47be3a1743f2844addd16 /httemplate/elements/errorpage.html
parent78ad530afc8cd865655dd86b249112f15fccdcf1 (diff)
internationalization/localization, RT12515
Diffstat (limited to 'httemplate/elements/errorpage.html')
-rw-r--r--httemplate/elements/errorpage.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/httemplate/elements/errorpage.html b/httemplate/elements/errorpage.html
index 76a0bf32e..f3794cc13 100644
--- a/httemplate/elements/errorpage.html
+++ b/httemplate/elements/errorpage.html
@@ -1,4 +1,4 @@
-<% include("/elements/header.html", "Error") %>
+<& /elements/header.html, emt("Error") &>
% while (@_) {
@@ -8,4 +8,3 @@
% $m->flush_buffer();
% $HTML::Mason::Commands::m->abort();
-% #die "shouldn't fall through to here (mason \$m->abort didn't)";