Skip to content

Commit

Permalink
mention that whitespace trimming is explained later
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed May 25, 2015
1 parent 3607bdd commit ccfd652
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Mojo/Template.pm
Expand Up @@ -343,7 +343,7 @@ automatically enabled.
<%== Perl expression, replaced with XML escaped result %>
<%# Comment, useful for debugging %>
<%% Replaced with "<%", useful for generating templates %>
% Perl code line, treated as "<% line =%>"
% Perl code line, treated as "<% line =%>" (explained later)
%= Perl expression line, treated as "<%= line %>"
%== Perl expression line, treated as "<%== line %>"
%# Comment line, useful for debugging
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Guides/Rendering.pod
Expand Up @@ -72,7 +72,7 @@ start characters. For all templates L<strict>, L<warnings>, L<utf8> and Perl
<%== Perl expression, replaced with result %>
<%# Comment, useful for debugging %>
<%% Replaced with "<%", useful for generating templates %>
% Perl code line, treated as "<% line =%>"
% Perl code line, treated as "<% line =%>" (explained later)
%= Perl expression line, treated as "<%= line %>"
%== Perl expression line, treated as "<%== line %>"
%# Comment line, useful for debugging
Expand Down

0 comments on commit ccfd652

Please sign in to comment.