Changeset 704

Show
Ignore:
Timestamp:
2007-08-22 23:56:39 (17 months ago)
Author:
fredck
Message:

Simplified the FCK_Class regex for performance and to avoid a buggy situation like "Class1 FCKClass Class2" becoming "Class1Class2".

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/_source/internals/fckregexlib.js

    r694 r704  
    5050 
    5151// Temporary classes (Tables without border, Anchors with content) used in IE 
    52 FCK_Class               : /(\s*FCK__[A-Za-z]*\s*)/ , 
     52FCK_Class               : /FCK__[^ ]*\s*/ , 
    5353 
    5454// Validate element names (it must be in lowercase).