X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fcore%2Fdom%2Fwalker.js;h=1bf0eab1c65e5ec8245af210d021a7e68c3f6479;hp=191d758003ae34a8aa3d102176f1b68039b04bfe;hb=c9fdde67e6384bd5a66adc2b3bba5c4ce9db56c7;hpb=9873d66421922c7aef8be0f5d2ab51e547b19e66 diff --git a/_source/core/dom/walker.js b/_source/core/dom/walker.js index 191d758..1bf0eab 100644 --- a/_source/core/dom/walker.js +++ b/_source/core/dom/walker.js @@ -374,7 +374,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license { return ( node && node.getName && node.getName() == 'span' - && node.hasAttribute('_fck_bookmark') ); + && node.hasAttribute('_cke_bookmark') ); } return function( node )