Changeset 493
- Timestamp:
- 2007-07-21 12:53:53 (18 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/internals/fcktools.js
r487 r493 94 94 return '' ; 95 95 96 text = text.replace( /&/g, '&' ) ; 97 text = text.replace( /</g, '<' ) ; 98 text = text.replace( />/g, '>' ) ; 99 100 return text ; 96 101 } 97 102