From 77beed22fed7c66c31f1f5b1c1c19713fdbb4256 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Mon, 25 Nov 2013 16:38:43 +0800 Subject: Fix warning caused by Bug 793963 --- template/en/default/global/user-error.html.tmpl | 4 ---- 1 file changed, 4 deletions(-) (limited to 'template') diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 9ba52f733..e3902e334 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1744,10 +1744,6 @@ The tag must be less than [% constants.MAX_LEN_QUERY_NAME FILTER html %] characters long. - [% ELSIF error == "tag_name_invalid" %] - [% title = "Invalid Tag Name" %] - A tag cannot contain a space or a comma. - [% ELSIF error == "token_does_not_exist" %] [% title = "Token Does Not Exist" %] The token you submitted does not exist, has expired, or has -- cgit v1.2.3-24-g4f1b