summaryrefslogtreecommitdiffstats
path: root/Bugzilla/User.pm
diff options
context:
space:
mode:
authorjustdave%bugzilla.org <>2005-03-03 14:28:42 +0100
committerjustdave%bugzilla.org <>2005-03-03 14:28:42 +0100
commitd0d2e9fddc55b47bc9df5f5d60acac9f86d13183 (patch)
treef4a371b45ce5159a17d7773d00a14aaf16a8fdcf /Bugzilla/User.pm
parente482e18f87471467747a19918b9d088a41bd3091 (diff)
downloadbugzilla-d0d2e9fddc55b47bc9df5f5d60acac9f86d13183.tar.gz
bugzilla-d0d2e9fddc55b47bc9df5f5d60acac9f86d13183.tar.xz
Bug 284547: Fix escaping of > characters inside C<> tags in the pod docs
r=mkanat, a=justdave
Diffstat (limited to 'Bugzilla/User.pm')
-rw-r--r--Bugzilla/User.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Bugzilla/User.pm b/Bugzilla/User.pm
index b17b638d1..040836616 100644
--- a/Bugzilla/User.pm
+++ b/Bugzilla/User.pm
@@ -1155,7 +1155,7 @@ internally, such code must call this method to flush the cached result.
Returns a hashref of group names for groups the user is a member of. The keys
are the names of the groups, whilst the values are the respective group ids.
(This is so that a set of all groupids for groups the user is in can be
-obtained by C<values(%{$user->groups})>.)
+obtained by C<values(%{$user-E<gt>groups})>.)
=item C<in_group>
@@ -1169,7 +1169,7 @@ and getting all of the groups would be overkill.
Returns a hashref of group names for groups that the user can bless. The keys
are the names of the groups, whilst the values are the respective group ids.
(This is so that a set of all groupids for groups the user can bless can be
-obtained by C<values(%{$user->bless_groups})>.)
+obtained by C<values(%{$user-E<gt>bless_groups})>.)
=item C<can_see_bug(bug_id)>