From 90eaa5512c9cd3ff34b34c9e2426ff2fa39e27dd Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Tue, 26 Apr 2016 12:10:43 -0700 Subject: more robust testing platform, #37340 --- httemplate/elements/error.html | 1 + 1 file changed, 1 insertion(+) (limited to 'httemplate/elements/error.html') diff --git a/httemplate/elements/error.html b/httemplate/elements/error.html index f65785d10..f9664bd65 100644 --- a/httemplate/elements/error.html +++ b/httemplate/elements/error.html @@ -1,4 +1,5 @@ % if ( $cgi->param('error') ) { +% $m->notes('error', $cgi->param('error')); <% mt("Error: [_1]", $cgi->param('error')) |h %>

% } -- cgit v1.2.1