diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-07-08 11:48:48 -0700 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-07-08 11:48:48 -0700 |
commit | c0877b804cfd25c30c2f5f457630d220eb001a37 (patch) | |
tree | 80767b4d35d011fc62f9ec46b5ade73a81f2940c | |
parent | fcccff080fcfb784354f4bf44d863cb4482a469e (diff) | |
download | bugs-c0877b804cfd25c30c2f5f457630d220eb001a37.tar bugs-c0877b804cfd25c30c2f5f457630d220eb001a37.tar.gz bugs-c0877b804cfd25c30c2f5f457630d220eb001a37.tar.bz2 bugs-c0877b804cfd25c30c2f5f457630d220eb001a37.tar.xz bugs-c0877b804cfd25c30c2f5f457630d220eb001a37.zip |
Fix a template and POD bustage from the $$some_var Search.pm checkin.
https://bugzilla.mozilla.org/show_bug.cgi?id=574556
-rw-r--r-- | Bugzilla/Group.pm | 2 | ||||
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/Bugzilla/Group.pm b/Bugzilla/Group.pm index 29b2a2f1c..a8786034b 100644 --- a/Bugzilla/Group.pm +++ b/Bugzilla/Group.pm @@ -496,6 +496,8 @@ normally does, this function also makes the new group be inherited by the C<admin> group. That is, the C<admin> group will automatically be a member of this group. +=back + =head1 METHODS =over diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 3f7248c40..7a6aaa546 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1487,8 +1487,8 @@ [% ELSIF error == "search_field_operator_invalid" %] [% terms.Bugzilla %] does not support using the "[%+ field_descs.$field FILTER html %]" ([% field FILTER html %]) - field with the "[% search_descs.$operator %]" ([% operator FILTER html %]) - search type. + field with the "[% search_descs.$operator FILTER html %]" + ([% operator FILTER html %]) search type. [% ELSIF error == "series_already_exists" %] [% title = "Series Already Exists" %] |