From: Kieren Diment Date: Wed, 9 May 2007 00:07:16 +0000 (+0000) Subject: oops fixed broken space bar errors X-Git-Tag: v5.8005~342 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=c1c35b01ac8231ccfd60b691c1b435f641c617f3 oops fixed broken space bar errors --- diff --git a/lib/Catalyst/Manual/Cookbook.pod b/lib/Catalyst/Manual/Cookbook.pod index f4b756b..0184419 100644 --- a/lib/Catalyst/Manual/Cookbook.pod +++ b/lib/Catalyst/Manual/Cookbook.pod @@ -1550,8 +1550,8 @@ The same is accomplished in lighttpd with the following snippet: Which serves everything in the img, static, css directories statically, as well as the favicon file. -Note the pathof the applqication needs to be stated explicitly for -boththese recipes. +Note the path of the application needs to be stated explicitly in the +web server configuration for both these recipes. =head2 Catalyst on shared hosting