taoqf / node-html-parser

A very fast HTML parser, generating a simplified DOM, with basic element query support.
MIT License
1.11k stars 107 forks source link

Fixes #62 - Escape double quotes in attribute values #122

Closed lamplightdev closed 3 years ago

lamplightdev commented 3 years ago

Currently double quotes (") are not escaped in attribute values causing those attributes not to be set correctly.

This commit replaces double quotes with ".