X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fplugins%2Fblockquote%2Fplugin.js;h=a50038e3b91d45941f28ea71e78bb654997f25b4;hp=128e2679376dd3c7c08375505b3407dcd05e299c;hb=48b1db88210b4160dce439c6e3e32e14af8c106b;hpb=9afde8772159bd3436f1f5b7862960307710ae5a diff --git a/_source/plugins/blockquote/plugin.js b/_source/plugins/blockquote/plugin.js index 128e267..a50038e 100644 --- a/_source/plugins/blockquote/plugin.js +++ b/_source/plugins/blockquote/plugin.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -95,6 +95,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license var iterator = range.createIterator(), block; + iterator.enlargeBr = editor.config.enterMode != CKEDITOR.ENTER_BR; if ( state == CKEDITOR.TRISTATE_OFF ) {