Ticket #3274: 3274.patch

File 3274.patch, 679 bytes (added by Artur Formella, 15 years ago)
  • _source/plugins/elementspath/plugin.js

     
    4747                        editor.on( 'themeSpace', function( event )
    4848                                {
    4949                                        if ( event.data.space == 'bottom' )
    50                                                 event.data.html += '<div id="' + spaceId + '" class="cke_path"><span class="cke_empty">&nbsp;</span></div>';
     50                                                event.data.html += '<div id="' + spaceId + '" class="cke_path"><span class="cke_empty">&nbsp;</span></div><div class="cke_break"></div>';
    5151                                });
    5252
    5353                        editor.on( 'selectionChange', function( ev )
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy