Show
Ignore:
Timestamp:
2007-07-15 23:25:15 (18 months ago)
Author:
alfonsoml
Message:

Fix for #583 Firefox was generating nowrap="" in cells

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/dialog/fck_tablecell.html

    r132 r453  
    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' ) ;