Skip to content

Commit

Permalink
rename another template
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Oct 27, 2015
1 parent 60bafea commit e4040bd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Plugin/DefaultHelpers.pm
Expand Up @@ -105,7 +105,7 @@ sub _development {
status => $page eq 'exception' ? 500 : 404,
template => "$page.$mode"
};
my $bundled = 'mojo/' . ($mode eq 'development' ? $mode : $page);
my $bundled = 'mojo/' . ($mode eq 'development' ? 'debug' : $page);
return $c if _fallbacks($c, $options, $page, $bundled);
_fallbacks($c, {%$options, format => 'html'}, $page, $bundled);
return $c;
Expand Down

0 comments on commit e4040bd

Please sign in to comment.