|
@@ -754,6 +754,7 @@ function _formatHtml(html, htmlTags, urlType, wellFormatted, indentChar) {
|
|
|
html = html.replace(/\u00AE/g, '®');
|
|
|
html = html.replace(/\u2003/g, ' ');
|
|
|
html = html.replace(/\u3000/g, ' ');
|
|
|
+ html = html.replace(/"/g, '');
|
|
|
html = html.replace(/<[^>]+/g, function($0) {
|
|
|
return $0.replace(/\s+/g, ' ');
|
|
|
});
|