From: Vladimir Timofeev Date: Thu, 10 Jun 2010 16:42:52 +0000 (+0400) Subject: Fix ssi include for apache X-Git-Tag: 0.09~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=874823465f7ce69b631d40fbff8d5e9cdac3a9e5;p=catagits%2FCatalyst-View-Component-SubInclude.git Fix ssi include for apache Nginx parse "'; + return ''; Notice that the stash will always be empty. This behavior could be configurable in the future through an additional switch - for now, this behavior guarantees a @@ -60,7 +60,7 @@ sub generate_subinclude { my $uri = $c->uri_for_action( $path, @params ); - return ''; + return ''; } =head1 SEE ALSO