Ticket #6471: 6471.patch

File 6471.patch, 570 bytes (added by Paweł Horzela, 13 years ago)

Patch

  • _source/plugins/list/plugin.js

     
    8888                                        if ( !rootNode || listArray[ currentIndex ].parent.getName() != rootNode.getName() )
    8989                                        {
    9090                                                rootNode = listArray[ currentIndex ].parent.clone( false, 1 );
     91                                                dir && rootNode.setAttribute( 'dir', dir );
    9192                                                retval.append( rootNode );
    9293                                        }
    9394                                        currentListItem = rootNode.append( item.element.clone( 0, 1 ) );
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy