From d0d2e9fddc55b47bc9df5f5d60acac9f86d13183 Mon Sep 17 00:00:00 2001 From: "justdave%bugzilla.org" <> Date: Thu, 3 Mar 2005 13:28:42 +0000 Subject: Bug 284547: Fix escaping of > characters inside C<> tags in the pod docs r=mkanat, a=justdave --- Bugzilla.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Bugzilla.pm') 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 functionailty is method based; use Cdbh> +Note that all C functionality is method based; use Cdbh> rather than C. Nothing cares about this now, but don't rely on that. @@ -288,7 +288,7 @@ Bugzilla::User instance. =item C -Essentially, causes calls to Cuser> to return C. This has the +Essentially, causes calls to Cuser> to return C. This has the effect of logging out a user for the current request only; cookies and database sessions are left intact. -- cgit v1.2.3-24-g4f1b