From 21450896d5f09d394497c0361882266e7a166f24 Mon Sep 17 00:00:00 2001 From: Denis Malinochkin Date: Sun, 12 Feb 2017 16:47:22 +0300 Subject: [PATCH] Disable lowerCaseAttributeNames option by default --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index d16ae76..d21433d 100644 --- a/index.js +++ b/index.js @@ -6,7 +6,7 @@ var isObject = require('isobject'); /** * @see https://github.com/fb55/htmlparser2/wiki/Parser-options */ -var defaultOptions = {lowerCaseTags: false}; +var defaultOptions = {lowerCaseTags: false, lowerCaseAttributeNames: false}; /** * Parse html to PostHTMLTree