summaryrefslogtreecommitdiffstats
path: root/Bugzilla.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.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.pm')
-rw-r--r--Bugzilla.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Bugzilla.pm b/Bugzilla.pm
index e87639608..0deb6e16e 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -241,7 +241,7 @@ or should be something which is globally required by a large ammount of code
=head1 METHODS
-Note that all C<Bugzilla> functionailty is method based; use C<Bugzilla->dbh>
+Note that all C<Bugzilla> functionality is method based; use C<Bugzilla-E<gt>dbh>
rather than C<Bugzilla::dbh>. Nothing cares about this now, but don't rely on
that.
@@ -288,7 +288,7 @@ Bugzilla::User instance.
=item C<logout_request>
-Essentially, causes calls to C<Bugzilla->user> to return C<undef>. This has the
+Essentially, causes calls to C<Bugzilla-E<gt>user> to return C<undef>. This has the
effect of logging out a user for the current request only; cookies and
database sessions are left intact.