X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fcore%2Fdom%2Fwalker.js;h=1bf0eab1c65e5ec8245af210d021a7e68c3f6479;hb=refs%2Ftags%2Fv3.4.1;hp=191d758003ae34a8aa3d102176f1b68039b04bfe;hpb=9873d66421922c7aef8be0f5d2ab51e547b19e66;p=ckeditor.git 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 )