Ticket #31412: 31412.23.patch
File 31412.23.patch, 462 bytes (added by , 10 years ago) |
---|
-
src/wp-includes/js/mce-view.js
89 89 * @param {String} content The string to scan. 90 90 */ 91 91 setMarkers: function( content ) { 92 var pieces = [ { content: content} ],92 var pieces = [ { content: tinymce.DOM.decode( content ) } ], 93 93 self = this, 94 94 current; 95 95