Changeset 6761 for CKEditor/trunk
- Timestamp:
- 04/22/11 17:18:51 (2 years ago)
- Location:
- CKEditor/trunk
- Files:
-
- 2 edited
-
CHANGES.html (modified) (1 diff)
-
_source/core/htmlparser.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/CHANGES.html
r6740 r6761 50 50 <li><a href="http://dev.ckeditor.com/ticket/4844">#4844</a> : IE: dialogs fail to load if there are too many editors in the page.</li> 51 51 <li><a href="http://dev.ckeditor.com/ticket/5788">#5788</a> : Html parser trims empty spaces following <br> elements.</li> 52 <li><a href="http://dev.ckeditor.com/ticket/7513">#7513</a> : Invalid markup could lead the editor to hang.</li> 52 53 </ul> 53 54 <h3> -
CKEditor/trunk/_source/core/htmlparser.js
r6732 r6761 19 19 this._ = 20 20 { 21 htmlPartsRegex : new RegExp( '<(?:(?:\\/([^>]+)>)|(?:!--([\\S|\\s]*?)-->)|(?:([^\\s>]+)\\s*((?:(?: [^"\'>]+)|(?:"[^"]*")|(?:\'[^\']*\'))*)\\/?>))', 'g' )21 htmlPartsRegex : new RegExp( '<(?:(?:\\/([^>]+)>)|(?:!--([\\S|\\s]*?)-->)|(?:([^\\s>]+)\\s*((?:(?:"[^"]*")|(?:\'[^\']*\')|[^"\'>])*)\\/?>))', 'g' ) 22 22 }; 23 23 };
Note: See TracChangeset
for help on using the changeset viewer.
