X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2F04_BasicCRUD.pod;h=0a15e596f7d13586b56f36b5a5a210f5ac787143;hb=8fd01b0e95b516f859c024b7f4abef57b137bb23;hp=f7f5f1b76371adf1d3cce17568a1ece5c8e1f074;hpb=4768184b3b277399116fbd53cae3697a9767fee5;p=catagits%2FCatalyst-Manual.git diff --git a/lib/Catalyst/Manual/Tutorial/04_BasicCRUD.pod b/lib/Catalyst/Manual/Tutorial/04_BasicCRUD.pod index f7f5f1b..0a15e59 100644 --- a/lib/Catalyst/Manual/Tutorial/04_BasicCRUD.pod +++ b/lib/Catalyst/Manual/Tutorial/04_BasicCRUD.pod @@ -377,7 +377,7 @@ to something along the lines of the following: | /books/url_create/*/*/* | /books/url_create | '-------------------------------------+--------------------------------------' -C has disappeared form the "Loaded Path actions" section +C has disappeared from the "Loaded Path actions" section but it now shows up under the newly created "Loaded Chained actions" section. And the "/*/*/*" portion clearly shows our requirement for three arguments. @@ -886,7 +886,7 @@ query parameter: ...
[%# Status and error messages %] - [% status_msg || c.request.params.status_msg %] + [% status_msg || c.request.params.status_msg | html %] [% error_msg %] [%# This is where TT will stick all of your template's contents. -%] [% content %]