Ticket #583: fck_tablecell.html.patch

File fck_tablecell.html.patch, 384 bytes (added by geirhelge, 3 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