Skip to content

Commit

Permalink
fixed custom template syntax example (closes #376)
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Aug 21, 2012
1 parent 9af2889 commit dc6b5f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,5 +1,5 @@

3.33 2012-08-21
3.33 2012-08-22
- Improved Mojo::DOM::HTML to handle bad charsets more gracefully.
- Improved documentation.
- Improved tests.
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Guides/Rendering.pod
Expand Up @@ -863,7 +863,7 @@ L<Mojolicious::Plugin::EPRenderer> with a custom configuration.
}
};

get '/' => 'index';
get '/:name' => {name => 'Anonymous'} => 'index';

app->start;
__DATA__
Expand Down

0 comments on commit dc6b5f9

Please sign in to comment.