Changes between Version 1 and Version 2 of Ticket #14845, comment 2


Ignore:
Timestamp:
Sep 7, 2016, 7:39:20 AM (8 years ago)
Author:
Jakub Ś
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14845, comment 2

    v1 v2  
    44if we replace the following code
    55
    6 
     6{{{
    77if ( removePreviousBr ) {
    88                                var previousSibling = block.getPrevious();
     
    2323                                }
    2424                        }
    25 
     25}}}
    2626
    2727'''with the following'''
    28 
     28{{{
    2929if ( removePreviousBr ) {
    3030                                var previousSibling = block.getPrevious();
     
    6262                                }
    6363                        }
    64 
     64}}}
    6565it will fix the issue. But i am not sure about the other effects of that code change.
    6666
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy