Commit c0877b80 authored by Max Kanat-Alexander's avatar Max Kanat-Alexander

Fix a template and POD bustage from the $$some_var Search.pm checkin.

parent fcccff08
...@@ -496,6 +496,8 @@ normally does, this function also makes the new group be inherited ...@@ -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 by the C<admin> group. That is, the C<admin> group will automatically
be a member of this group. be a member of this group.
=back
=head1 METHODS =head1 METHODS
=over =over
......
...@@ -1487,8 +1487,8 @@ ...@@ -1487,8 +1487,8 @@
[% ELSIF error == "search_field_operator_invalid" %] [% ELSIF error == "search_field_operator_invalid" %]
[% terms.Bugzilla %] does not support using the [% terms.Bugzilla %] does not support using the
"[%+ field_descs.$field FILTER html %]" ([% field FILTER html %]) "[%+ field_descs.$field FILTER html %]" ([% field FILTER html %])
field with the "[% search_descs.$operator %]" ([% operator FILTER html %]) field with the "[% search_descs.$operator FILTER html %]"
search type. ([% operator FILTER html %]) search type.
[% ELSIF error == "series_already_exists" %] [% ELSIF error == "series_already_exists" %]
[% title = "Series Already Exists" %] [% title = "Series Already Exists" %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment