Pod patch to Cookbook
Tomas Doran [Sat, 14 Nov 2009 17:37:07 +0000 (17:37 +0000)]
Changes
lib/Catalyst/Manual/Cookbook.pod

diff --git a/Changes b/Changes
index 6afebb1..05dde74 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,7 @@
 Revision history for Catalyst-Manual
 
-        - Fix POD typos in ::Internals (RT#51488)
+        - Fix Pod typos in ::Internals (RT#51488)
+        - Fix Pod typos in the Cookbook (RT#51466)
 
 5.8001 06 Oct 2009
         - Tutorial
index 104ab74..2bd68de 100644 (file)
@@ -1339,13 +1339,13 @@ Imagine that you would like the following paths in your application:
 
 =over
 
-=item B</cd/<ID>/track/<ID>>
+=item B<< /cd/<ID>/track/<ID> >>
 
 Displays info on a particular track.
 
 In the case of a multi-volume CD, this is the track sequence.
 
-=item B</cd/<ID>/volume/<ID>/track/<ID>>
+=item B<< /cd/<ID>/volume/<ID>/track/<ID> >>
 
 Displays info on a track on a specific volume.