Pod patch to Cookbook
[catagits/Catalyst-Manual.git] / lib / Catalyst / Manual / Cookbook.pod
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.