From 21440ad5da22a7e3324e316f3654c8a2e1c4ffeb Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Thu, 9 Dec 2004 17:15:11 +0000 Subject: Patch for bug 182375: Do not permit flags with spaces or commas; patch by Frédéric Buclin , r=vladd, a=justdave. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/global/user-error.html.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'template') diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index c92824ad3..79861b5f0 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -342,7 +342,8 @@ [% ELSIF error == "flag_type_name_invalid" %] [% title = "Flag Type Name Invalid" %] - The name [% name FILTER html %] must be 1-50 characters long. + The name [% name FILTER html %] must be 1-50 characters long + and must not contain any spaces or commas. [% ELSIF error == "flag_update_denied" %] [% title = "Flag Modification Denied" %] -- cgit v1.2.3-24-g4f1b