Skip to content

Commit

Permalink
DEFAULT_XML parse options now include NONET. #693.
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Jun 8, 2012
1 parent 82091df commit b2c2809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nokogiri/xml/parse_options.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class ParseOptions
HUGE = 1 << 19

# the default options used for parsing XML documents
DEFAULT_XML = RECOVER
DEFAULT_XML = RECOVER | NONET
# the default options used for parsing HTML documents
DEFAULT_HTML = RECOVER | NOERROR | NOWARNING | NONET

Expand Down

0 comments on commit b2c2809

Please sign in to comment.