Skip to content

Commit

Permalink
fixed tag example
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Oct 28, 2013
1 parent f78c64f commit fb65a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Plugin/TagHelpers.pm
Expand Up @@ -626,7 +626,7 @@ Alias for C<tag>.
%= tag 'div'
%= tag 'div', id => 'foo'
%= tag div => 'some & content'
%= tag div => 'some & content', id => 'foo'
%= tag div => (id => 'foo') => 'some & content'
%= tag div => begin
some & content
% end
Expand Down

0 comments on commit fb65a8a

Please sign in to comment.