Skip to content

Commit

Permalink
fixed typo in Mojo::DOM::HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Sep 19, 2013
1 parent b09b45a commit 8b324fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/DOM/HTML.pm
Expand Up @@ -219,7 +219,7 @@ sub _render {
return '<?' . $tree->[1] . '?>' if $e eq 'pi';

# Start tag
my $start = $e eq 'root' ? 1 : 2;
my $start = 1;
my $content = '';
if ($e eq 'tag') {
$start = 4;
Expand Down

0 comments on commit 8b324fa

Please sign in to comment.