From feb2db26899e2bf8075850641ae627c253238bcd Mon Sep 17 00:00:00 2001
From: "myk%mozilla.org" <>
Date: Fri, 8 Nov 2002 07:28:38 +0000
Subject: Fix for bug 178800: fixes taint failure in graphical charts with Perl
5.6.0 r=gerv a=justdave
---
template/en/default/global/code-error.html.tmpl | 7 +++++++
1 file changed, 7 insertions(+)
(limited to 'template/en')
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl
index 42c07ab2d..d23234adc 100644
--- a/template/en/default/global/code-error.html.tmpl
+++ b/template/en/default/global/code-error.html.tmpl
@@ -176,6 +176,13 @@
[% ELSIF error == "request_queue_group_invalid" %]
The group field [% group FILTER html %] is invalid.
+ [% ELSIF error == "report_axis_invalid" %]
+ [% variables.val FILTER html %] is not a valid value for
+ [%+ IF variables.fld == "x" %]the horizontal axis
+ [%+ ELSIF variables.fld == "y" %]the vertical axis
+ [%+ ELSIF variables.fld == "z" %]the multiple tables/images
+ [%+ ELSE %]a report axis[% END %] field.
+
[% ELSIF error == "token_generation_error" %]
Something is seriously wrong with the token generation system.
--
cgit v1.2.1