Skip to content

Commit

Permalink
Fixed default formatter role in HTML app.
Browse files Browse the repository at this point in the history
  • Loading branch information
chromatic committed Apr 5, 2012
1 parent 5639176 commit 910547e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Pod/PseudoPod/DOM/App/ToHTML.pm
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ sub process_files_with_output
sub process_args
{
my @files;
my $role = 'html';
my $role = 'HTML';
my %roles = ( html => 'HTML', epub => 'EPUB' );

for my $arg (@_)
Expand Down

0 comments on commit 910547e

Please sign in to comment.