Skip to content

Commit 2145089

Browse files
authored
Disable lowerCaseAttributeNames option by default
1 parent bf7395e commit 2145089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ var isObject = require('isobject');
66
/**
77
* @see https://github.com/fb55/htmlparser2/wiki/Parser-options
88
*/
9-
var defaultOptions = {lowerCaseTags: false};
9+
var defaultOptions = {lowerCaseTags: false, lowerCaseAttributeNames: false};
1010

1111
/**
1212
* Parse html to PostHTMLTree

0 commit comments

Comments
 (0)