Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
XML declarations are not actually processing instructions
  • Loading branch information
kraih committed Nov 12, 2015
1 parent 595add3 commit 96e8ace
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Mojo/DOM.pm
Expand Up @@ -1013,8 +1013,8 @@ children of the first innermost element.
my $bool = $dom->xml;
$dom = $dom->xml($bool);
Disable HTML semantics in parser and activate case-sensitivity, defaults to
auto detection based on processing instructions.
Disable HTML semantics in parser and activate case-sensitivity, defaults to auto
detection based on XML declarations.
=head1 OPERATORS
Expand Down

0 comments on commit 96e8ace

Please sign in to comment.