]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix a template and POD bustage from the $$some_var Search.pm checkin.
authorMax Kanat-Alexander <mkanat@bugzilla.org>
Thu, 8 Jul 2010 18:48:48 +0000 (11:48 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Thu, 8 Jul 2010 18:48:48 +0000 (11:48 -0700)
https://bugzilla.mozilla.org/show_bug.cgi?id=574556

Bugzilla/Group.pm
template/en/default/global/user-error.html.tmpl

index 29b2a2f1c9092509437066670600c4041ef84fd2..a8786034b1568c6f41008713cc0cfaa961f27764 100644 (file)
@@ -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
index 3f7248c409775eb1c26185cd25e4f4e527845082..7a6aaa5464c0b529f62271b75b16c2c5b78ceb70 100644 (file)
   [% 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" %]