From ae6da3640abb4da924f77e4a474c7742f06e243a Mon Sep 17 00:00:00 2001 From: Jonathan Prykop Date: Thu, 5 May 2016 18:45:11 -0500 Subject: [PATCH] Fixed errorpage, fallout from RT#37340 commit cb6214a6 --- httemplate/elements/errorpage.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/httemplate/elements/errorpage.html b/httemplate/elements/errorpage.html index 7d66e7ce0..d001bfa89 100644 --- a/httemplate/elements/errorpage.html +++ b/httemplate/elements/errorpage.html @@ -1,10 +1,10 @@ -% my $error = shift; +% my $error = $_[0]; % $m->notes('error', $error); <& /elements/header.html, mt("Error") &> % while (@_) { -

<% $error |h %> +

<% shift |h %> %} % $m->flush_buffer(); -- 2.11.0