[Rt-commit] r17577 - in rt/branches/3.999-DANGEROUS: lib/RT/Interface/Web lib/RT/Model

sartak at bestpractical.com sartak at bestpractical.com
Tue Jan 6 12:14:06 EST 2009


Author: sartak
Date: Tue Jan  6 12:14:06 2009
New Revision: 17577

Modified:
   rt/branches/3.999-DANGEROUS/   (props changed)
   rt/branches/3.999-DANGEROUS/lib/RT/Interface/Web/Handler.pm
   rt/branches/3.999-DANGEROUS/lib/RT/Model/ObjectCustomFieldValueCollection.pm

Log:
 r78321 at onn:  sartak | 2009-01-06 12:13:59 -0500
 More POD syntax fixes


Modified: rt/branches/3.999-DANGEROUS/lib/RT/Interface/Web/Handler.pm
==============================================================================
--- rt/branches/3.999-DANGEROUS/lib/RT/Interface/Web/Handler.pm	(original)
+++ rt/branches/3.999-DANGEROUS/lib/RT/Interface/Web/Handler.pm	Tue Jan  6 12:14:06 2009
@@ -135,7 +135,7 @@
 and C<CallbackOnce> arguments, other arguments are passed
 throught to callback components.
 
-=over4
+=over 4
 
 =item CallbackPage
 

Modified: rt/branches/3.999-DANGEROUS/lib/RT/Model/ObjectCustomFieldValueCollection.pm
==============================================================================
--- rt/branches/3.999-DANGEROUS/lib/RT/Model/ObjectCustomFieldValueCollection.pm	(original)
+++ rt/branches/3.999-DANGEROUS/lib/RT/Model/ObjectCustomFieldValueCollection.pm	Tue Jan  6 12:14:06 2009
@@ -91,7 +91,7 @@
 }
 
 
-=sub has_entry value
+=head2 has_entry value
 
 If this collection has an entry with content that eq value then
 returns the entry, otherwise returns undef.


More information about the Rt-commit mailing list