(no commit message)
Marcus Ramberg [Mon, 8 May 2006 16:06:45 +0000 (16:06 +0000)]
lib/Catalyst/Manual/Tutorial.pod

index db478f3..0e44645 100644 (file)
@@ -360,7 +360,7 @@ template will output "tutorial", our project name.
 All that remains is to create a simple template called "greet.tt",
 containing a form with a text field called "name" like below.
 
-    <html><head><title> [% c.name %]</head><body>
+    <html><head><title> [% c.config.name %]</head><body>
     <p>[% message %]</p>
     <form action="[% c.req.uri %]" method="post">
     <input type="text" name="name"/>