X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2F04_BasicCRUD.pod;h=b747f66ad29730749edc848034c3f8aee8e019e6;hb=276c469894012f12fd3a73e35f04bbaff1ab894a;hp=e63500dc7c53db584f11d4d5bf5bf2bc5db754b8;hpb=2a6eb5f9e3b1b3a8dacd724bb8ab87ba18f733a5;p=catagits%2FCatalyst-Manual.git diff --git a/lib/Catalyst/Manual/Tutorial/04_BasicCRUD.pod b/lib/Catalyst/Manual/Tutorial/04_BasicCRUD.pod index e63500d..b747f66 100644 --- a/lib/Catalyst/Manual/Tutorial/04_BasicCRUD.pod +++ b/lib/Catalyst/Manual/Tutorial/04_BasicCRUD.pod @@ -641,8 +641,8 @@ and 2) the four lines for the Delete link near the bottom): [% # authors into the list. Note that the 'push' TT vmethod doesn't return -%] [% # a value, so nothing will be printed here. But, if you have something -%] [% # in TT that does return a value and you don't want it printed, you can -%] - [% # 1) assign it to a bogus value, or # 2) use the CALL keyword to -%] - [% # call it and discard the return value. -%] + [% # 1) assign it to a bogus value, or -%] + [% # 2) use the CALL keyword to call it and discard the return value. -%] [% tt_authors = [ ]; tt_authors.push(author.last_name) FOREACH author = book.authors %] [% # Now use a TT 'virtual method' to display the author count in parens -%] @@ -1436,7 +1436,7 @@ Kennedy Clark, C Please report any errors, issues or suggestions to the author. The most recent version of the Catalyst Tutorial can be found at -L. +L. Copyright 2006-2008, Kennedy Clark, under Creative Commons License (L).