Ticket #5224: 5244.patch
File 5244.patch, 583 bytes (added by , 13 years ago) |
---|
-
_source/core/htmlparser.js
12 12 { 13 13 this._ = 14 14 { 15 htmlPartsRegex : new RegExp( '<(?:(?:\\/([^ >]+)>)|(?:!--([\\S|\\s]*?)-->)|(?:([^\\s>]+)\\s*((?:(?:[^"\'>]+)|(?:"[^"]*")|(?:\'[^\']*\'))*)\\/?>))', 'g' )15 htmlPartsRegex : new RegExp( '<(?:(?:\\/([^">]+)>)|(?:!--([\\S|\\s]*?)-->)|(?:([^\\s">]+)\\s*((?:(?:[^"\'>]+)|(?:"[^"]*")|(?:\'[^\']*\'))*)\\/?>))', 'g' ) 16 16 }; 17 17 }; 18 18