summaryrefslogtreecommitdiff
path: root/httemplate/elements/error.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-04-26 12:10:43 -0700
committerMark Wells <mark@freeside.biz>2016-04-26 12:10:51 -0700
commitcb6214a6c0b0ecc8c3a5c264ee98ff3f301c33a6 (patch)
tree49a74db191bfd375117e1bfd34423b35c8f161a6 /httemplate/elements/error.html
parentbc34518143fe485eec412e709271e681a1e41aac (diff)
more robust testing platform, #37340
Diffstat (limited to 'httemplate/elements/error.html')
-rw-r--r--httemplate/elements/error.html1
1 files changed, 1 insertions, 0 deletions
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'));
<FONT SIZE="+1" COLOR="#ff0000"><% mt("Error: [_1]", $cgi->param('error')) |h %></FONT>
<BR><BR>
% }