X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fcore%2Fdom%2Felementpath.js;h=a11d7e3e8c2ac9c3037c75409c5b4136134936f0;hb=3fe9cac293e090ea459a3ee10d78cbe9e1dd0e03;hp=6dcd4d47a33ef3f5a03920773090718428a3e512;hpb=f0610347140239143439a511ee2bd48cb784f470;p=ckeditor.git diff --git a/_source/core/dom/elementpath.js b/_source/core/dom/elementpath.js index 6dcd4d4..a11d7e3 100644 --- a/_source/core/dom/elementpath.js +++ b/_source/core/dom/elementpath.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -46,8 +46,6 @@ For licensing, see LICENSE.html or http://ckeditor.com/license this.lastElement = e; var elementName = e.getName(); - if ( CKEDITOR.env.ie && e.$.scopeName != 'HTML' ) - elementName = e.$.scopeName.toLowerCase() + ':' + elementName; if ( !blockLimit ) {