Changeset 493

Show
Ignore:
Timestamp:
2007-07-21 12:53:53 (18 months ago)
Author:
fredck
Message:

Reverted changes made with [480].

Files:
1 modified

Legend:

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

    r487 r493  
    9494                return '' ; 
    9595 
     96        text = text.replace( /&/g, '&' ) ; 
     97        text = text.replace( /</g, '&lt;' ) ; 
     98        text = text.replace( />/g, '&gt;' ) ; 
     99 
     100        return text ; 
    96101} 
    97102