Show
Ignore:
Timestamp:
2007-07-07 12:19:05 (18 months ago)
Author:
alfonsoml
Message:

Land on the trunk the unified connectors from #454.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/filemanager/browser/default/frmfolders.html

    r132 r413  
    167167        { 
    168168                var sFolderName = oNodes[i].attributes.getNamedItem('name').value ; 
    169                 oListManager.AddItem( sFolderName, sCurrentFolderPath + sFolderName + "/" ) ; 
     169                oListManager.AddItem( sFolderName, sCurrentFolderPath + sFolderName + '/' ) ; 
    170170        } 
    171171