Changeset 7418
- Timestamp:
- 03/26/12 12:02:34 (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/_source/plugins/htmldataprocessor/plugin.js
r7417 r7418 523 523 524 524 // Restore shortly protected attribute names. 525 data = data.replace( new RegExp( ' data-cke-' + CKEDITOR.rnd + '-', 'ig' ), ' ' );525 data = data.replace( new RegExp( ' data-cke-' + CKEDITOR.rnd + '-', 'ig' ), ' ' ); 526 526 527 527 // Unprotect "some" of the protected elements at this point.
Note: See TracChangeset
for help on using the changeset viewer.
