diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2010-09-02 18:28:27 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2010-09-02 18:28:27 +0200 |
commit | 5825d09f99f788d5a39eb4115bf42c14ab638e1d (patch) | |
tree | d78476b5ba305ae84fa6fee52a63c5eda46b7a21 /template | |
parent | 01e6cf5c2d719e7890453b760b330c6ab2c94293 (diff) | |
download | bugzilla-5825d09f99f788d5a39eb4115bf42c14ab638e1d.tar.gz bugzilla-5825d09f99f788d5a39eb4115bf42c14ab638e1d.tar.xz |
Fix bustage due to bug 549586
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 75badeb6e..1fd2a52e1 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1470,9 +1470,9 @@ field with the "[% search_descs.$operator FILTER html %]" ([% operator FILTER html %]) search type. - [% ELSIF error == 'see_also_self_reference' %] + [% ELSIF error == "see_also_self_reference" %] You cannot put this [% terms.bug %] into its own - [%+ field_descs.see_also %] field. + [%+ field_descs.see_also FILTER html %] field. [% ELSIF error == "series_already_exists" %] [% title = "Series Already Exists" %] |