X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2F02_CatalystBasics.pod;h=759d3fca5c04d3911642968655220c5b5e922ed3;hb=7a3a3026bef7f8523a0e2046bc072a5b34010930;hp=45b32a12f4ed5dc7132b3b5016e4bf1f49fc4409;hpb=2217b252905d370f4f7840cf78996d43c79e5d4f;p=catagits%2FCatalyst-Manual.git diff --git a/lib/Catalyst/Manual/Tutorial/02_CatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/02_CatalystBasics.pod index 45b32a1..759d3fc 100644 --- a/lib/Catalyst/Manual/Tutorial/02_CatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/02_CatalystBasics.pod @@ -363,7 +363,7 @@ Private actions" in the development server debug output. In the Catalyst world a "View" itself is not a page of XHTML or a template designed to present a page to a browser. Rather, it is the module that determines the I of view -- HTML, pdf, XML, etc. For -the thing that generates the I of that view (such as the a +the thing that generates the I of that view (such as a Toolkit Template template file), the actual templates go under the "root" directory.