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=a4c321df3b3b4e873bc0b77f70c532e40b2fe24a;hpb=33f1d5d0f724ce2cc6e8d5da5ea36735ecd069d0;p=catagits%2FCatalyst-Manual.git diff --git a/lib/Catalyst/Manual/Tutorial/04_BasicCRUD.pod b/lib/Catalyst/Manual/Tutorial/04_BasicCRUD.pod index a4c321d..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 %] @@ -1384,5 +1384,5 @@ Please report any errors, issues or suggestions to the author. The most recent version of the Catalyst Tutorial can be found at L. -Copyright 2006-2008, Kennedy Clark, under Creative Commons License +Copyright 2006-2010, Kennedy Clark, under Creative Commons License (L).