Ticket #2754: 2754.patch
File 2754.patch, 601 bytes (added by , 16 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()