Show
Ignore:
Timestamp:
2008-02-11 19:10:45 (6 months ago)
Author:
alfonsoml
Message:

Remove the surrounding div: #1613

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/fckeditor.lasso

    r889 r1503  
    6565                        if(self->isCompatibleBrowser); 
    6666                                local('out' = ' 
    67                                         <div> 
    6867                                                <input type="hidden" id="' + self->instancename + '" name="' + self->instancename + '" value="' + encode_html(self->initialvalue) + '" style="display:none" /> 
    6968                                                ' + self->parseConfig + ' 
    7069                                                <iframe id="' + self->instancename + '___Frame" src="' + self->basepath + 'editor/fckeditor.html?InstanceName=' + self->instancename + '&Toolbar=' + self->toolbarset + '" width="' + self->width + '" height="' + self->height + '" frameborder="0" scrolling="no"></iframe> 
    71                                         </div> 
    7270                                '); 
    7371                        else; 
    7472                                local('out' = ' 
    75                                         <div> 
    7673                                                <textarea name="' + self->instancename + '" rows="4" cols="40" style="width: ' + self->width + '; height: ' + self->height + '">' + encode_html(self->initialvalue) + '</textarea> 
    77                                         </div> 
    7874                                '); 
    7975                        /if;