Show
Ignore:
Timestamp:
2007-03-27 11:04:26 (21 months ago)
Author:
fredck
Message:

Updated the branch with trunk r224.
Added the BBCode plugin sample.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/branches/features/dataprocessor/editor/dialog/fck_paste.html

    r177 r225  
    203203 
    204204                // Word likes to insert extra <font> tags, when using MSIE. (Wierd). 
    205                 html = html.replace( /<(H\d)><FONT[^>]*>(.*?)<\/FONT><\/\1>/gi, '<$1>$2</$1>' ); 
    206                 html = html.replace( /<(H\d)><EM>(.*?)<\/EM><\/\1>/gi, '<$1>$2</$1>' ); 
     205                html = html.replace( /<(H\d)><FONT[^>]*>(.*?)<\/FONT><\/\1>/gi, '<$1>$2<\/$1>' ); 
     206                html = html.replace( /<(H\d)><EM>(.*?)<\/EM><\/\1>/gi, '<$1>$2<\/$1>' ); 
    207207        } 
    208208        else