From: Marcus Ramberg Date: Mon, 8 May 2006 16:06:45 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 5.7099_04~599 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=af00c122ea90cce0d758c8757d0746b14211d4bf --- diff --git a/lib/Catalyst/Manual/Tutorial.pod b/lib/Catalyst/Manual/Tutorial.pod index db478f3..0e44645 100644 --- a/lib/Catalyst/Manual/Tutorial.pod +++ b/lib/Catalyst/Manual/Tutorial.pod @@ -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. - [% 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"/>