Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Jxck committed Apr 4, 2016
1 parent ebaf0d7 commit 1522b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/html2json.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
return html
.replace(/<\?xml.*\?>\n/, '')
.replace(/<!doctype.*\>\n/, '')
.replace(/<!DOCTYPE.*\>\n/, '')
.replace(/<!DOCTYPE.*\>\n/, '');
}

global.html2json = function html2json(html) {
Expand Down

0 comments on commit 1522b90

Please sign in to comment.