various formatting cleanups
[catagits/Catalyst-Manual.git] / lib / Catalyst / Manual / Tutorial / 04_BasicCRUD.pod
index 8c166dd..6c0ef54 100644 (file)
@@ -310,7 +310,7 @@ Link to previous part of the chain with C<:Chained('_name_')>
 
 =item *
 
-B<Do NOT get arguments through "C<CaptureArgs()>," use "C<Args()>" instead to end a chain>
+B<< Do NOT get arguments through "C<CaptureArgs()>," use "C<Args()>" instead to end a chain >>
 
 =item *