Changeset 1882
- Timestamp:
- 2008-04-03 12:35:34 (6 months ago)
- Files:
-
- 1 modified
-
MediaWiki/trunk/plugins/mediawiki/fckplugin.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
MediaWiki/trunk/plugins/mediawiki/fckplugin.js
r1869 r1882 564 564 } 565 565 566 textValue = textValue.replace( /[\n\t]/g, ' ' ) ; 566 if (!this._inLSpace && !this._inPre) { 567 textValue = textValue.replace( /[\n\t]/g, ' ' ) ; 568 } 567 569 568 570 textValue = FCKTools.HTMLEncode( textValue ) ;