Ticket #2754: 2754_2.patch
File 2754_2.patch, 599 bytes (added by , 14 years ago) |
---|
-
_source/core/htmlparser.js
27 27 CKEDITOR.htmlParser = function() 28 28 { 29 29 ( this._ || ( this._ = {} ) ).htmlPartsRegex = 30 new RegExp('<(?:(?:\\/([^>]+)>)|(?:!--( .*?)-->)|(?:([^\\s>]+)\\s*((?:(?:[^"\'>]+)|(?:"[^"]*")|(?:\'[^\']*\'))*)\\/?>))', 'g');30 new RegExp('<(?:(?:\\/([^>]+)>)|(?:!--([\\s|\\S]*?)-->)|(?:([^\\s>]+)\\s*((?:(?:[^"\'>]+)|(?:"[^"]*")|(?:\'[^\']*\'))*)\\/?>))', 'g'); 31 31 }; 32 32 33 33 (function()