Skip to content

Commit

Permalink
Merge branch 'master' of github.com:sukria/Dancer
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Sukrieh committed Jul 7, 2010
2 parents f766274 + a43b2fd commit 8ab1c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Dancer/Cookbook.pod
Expand Up @@ -171,7 +171,7 @@ All you need to do is set up the following route as the B<last> route:

any qr{.*} => sub {
status 'not_found';
template => 'special_404', { path => request->path };
template 'special_404', { path => request->path };
};

Then you can set up the template as such:
Expand Down

0 comments on commit 8ab1c2f

Please sign in to comment.