Skip to content

Commit

Permalink
fixed typo in TagHelper/label_for
Browse files Browse the repository at this point in the history
  • Loading branch information
jberger committed Oct 27, 2013
1 parent 4e80775 commit 1851f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Plugin/TagHelpers.pm
Expand Up @@ -436,7 +436,7 @@ Generate portable script tag for C<Javascript> asset.
=head2 label_for
%= label_for first_name => 'First name'
%= label_for first_name => 'First name, class => 'user'
%= label_for first_name => 'First name', class => 'user'
%= label_for first_name => begin
First name
% end
Expand Down

0 comments on commit 1851f0e

Please sign in to comment.