Ticket #583: fck_tablecell.html.patch

File fck_tablecell.html.patch, 384 bytes (added by Geir Helge Tjøstolvsen-Schmidt, 17 years ago)

Suggested fix

  • fck_tablecell.html

    old new  
    8787                        aCells[i].removeAttribute( 'width', 0 ) ;
    8888
    8989                if ( GetE('selWordWrap').value == 'false' )
    90                         aCells[i].noWrap = true ;
     90                    SetAttribute( aCells[i], 'noWrap', 'nowrap' ) ;     
    9191                else
    9292                        aCells[i].removeAttribute( 'noWrap' ) ;
    9393
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy