Show
Ignore:
Timestamp:
2008-06-12 19:42:08 (7 months ago)
Author:
fredck
Message:

Updated "latest" an "stable" branches with version 2.6.1.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/releases/latest/editor/filemanager/browser/default/browser.html

    r1828 r2067  
    1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 
     1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" 
     2   "http://www.w3.org/TR/html4/frameset.dtd"> 
    23<!-- 
    34 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 
     
    2829                <link href="browser.css" type="text/css" rel="stylesheet"> 
    2930                <script type="text/javascript" src="js/fckxml.js"></script> 
    30                 <script language="javascript"> 
     31                <script type="text/javascript"> 
    3132// Automatically detect the correct document.domain (#1919). 
    3233(function() 
     
    4243                        break ; 
    4344                } 
    44                 catch( e ) {} 
     45                catch( e ) 
     46                { 
     47                        break ; 
     48                } 
    4549 
    4650                // Remove a domain part: www.mytest.example.com => mytest.example.com => example.com ...