Skip to content

Commit

Permalink
fix syntax error on validator_has_errors example
Browse files Browse the repository at this point in the history
  • Loading branch information
joenio committed Oct 23, 2015
1 parent 9f36efc commit 1548c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Plugin/ValidateTiny.pm
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ Check if there are any errors.
$self->render_text( $self->validator_any_error );
}
%= if (validator_has_errors) {
% if (validator_has_errors) {
<div class="error">Please, correct the errors below.</div>
% }
Expand Down

0 comments on commit 1548c76

Please sign in to comment.