From 21440ad5da22a7e3324e316f3654c8a2e1c4ffeb Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Thu, 9 Dec 2004 17:15:11 +0000 Subject: =?UTF-8?q?Patch=20for=20bug=20182375:=20Do=20not=20permit=20flags?= =?UTF-8?q?=20with=20spaces=20or=20commas;=20patch=20by=20Fr=C3=A9d=C3=A9r?= =?UTF-8?q?ic=20Buclin=20,=20r=3Dvladd,=20a=3Djustda?= =?UTF-8?q?ve.?= 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/en/default/global') 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.1