diff options
author | Mark Wells <mark@freeside.biz> | 2016-04-26 12:10:43 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-04-27 13:07:37 -0700 |
commit | 90eaa5512c9cd3ff34b34c9e2426ff2fa39e27dd (patch) | |
tree | a2ced525c9eb3cd206aa80ab2a70d52dc5e4cfc0 /httemplate/elements/error.html | |
parent | efc6cac18e49cee959026359718f525048164bd7 (diff) |
more robust testing platform, #37340
Diffstat (limited to 'httemplate/elements/error.html')
-rw-r--r-- | httemplate/elements/error.html | 1 |
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> % } |