X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fplugins%2Fforms%2Fdialogs%2Fform.js;h=c637ab36db8e85d2ddf83f2212e5447f6368c04d;hb=fb481ba0a7d298e3e7b9034fcb9f2afdc6e8e796;hp=9e83b7cdb5ed83cc7a48030d8d696909e1f5cd59;hpb=9afde8772159bd3436f1f5b7862960307710ae5a;p=ckeditor.git diff --git a/_source/plugins/forms/dialogs/form.js b/_source/plugins/forms/dialogs/form.js index 9e83b7c..c637ab3 100644 --- a/_source/plugins/forms/dialogs/form.js +++ b/_source/plugins/forms/dialogs/form.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ CKEDITOR.dialog.add( 'form', function( editor ) @@ -39,7 +39,7 @@ CKEDITOR.dialog.add( 'form', function( editor ) { editor = this.getParentEditor(); element = editor.document.createElement( 'form' ); - element.append( editor.document.createElement( 'br' ) ); + !CKEDITOR.env.ie && element.append( editor.document.createElement( 'br' ) ); } if ( isInsertMode )