Skip to content

Commit

Permalink
use the content helper consistently
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Mar 3, 2015
1 parent b0bbfd6 commit c2466e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions lib/Mojolicious/Plugin/DefaultHelpers.pm
Expand Up @@ -251,7 +251,7 @@ the named buffer is already in use.
% end
%= content_for 'foo'
Same as L</"content">, but append content to named buffers if they are already
Same as L</"content">, but appends content to named buffers if they are already
in use.
% content_for message => begin
Expand All @@ -269,8 +269,8 @@ in use.
% end
%= content_with 'foo'
Same as L</"content">, but replace content of named buffers if they are already
in use.
Same as L</"content">, but replaces content of named buffers if they are
already in use.
% content message => begin
world!
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/templates/perldoc.html.ep
Expand Up @@ -109,7 +109,7 @@
</li>
% }
</ul>
%= content_for 'perldoc'
%= content 'perldoc'
</div>
</div>
<div id="footer">
Expand Down

0 comments on commit c2466e3

Please sign in to comment.