diff options
author | Byron Jones <bjones@mozilla.com> | 2013-11-25 16:38:43 +0800 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-11-25 16:38:43 +0800 |
commit | 77beed22fed7c66c31f1f5b1c1c19713fdbb4256 (patch) | |
tree | bd327fc78dc2eff055b93c5499773ee046d56818 /template/en | |
parent | ba0765bf4dc468815e4fa45509010c0cd675e5b2 (diff) | |
download | bugs-77beed22fed7c66c31f1f5b1c1c19713fdbb4256.tar bugs-77beed22fed7c66c31f1f5b1c1c19713fdbb4256.tar.gz bugs-77beed22fed7c66c31f1f5b1c1c19713fdbb4256.tar.bz2 bugs-77beed22fed7c66c31f1f5b1c1c19713fdbb4256.tar.xz bugs-77beed22fed7c66c31f1f5b1c1c19713fdbb4256.zip |
Fix warning caused by Bug 793963
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 4 |
1 files changed, 0 insertions, 4 deletions
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 |