X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2F04_BasicCRUD.pod;h=7fa952214140bc07736f76e591198681cd2077ce;hb=caf6e9cef8da12a90913c85684c9f64c5fe782e0;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..7fa9522 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,6 @@ 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 the +Creative Commons Attribution Share-Alike License Version 3.0 (L).