Changeset 167
- Timestamp:
- 2007-02-27 12:32:42 (3 years ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/_source/internals/fckxhtml.js (modified) (2 diffs)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/internals/fckxhtml.js
r146 r167 29 29 { 30 30 FCKXHtmlEntities.Initialize() ; 31 32 // Set the correct entity to use for empty blocks. 33 this._NbspEntity = ( FCKConfig.ProcessHTMLEntities? 'nbsp' : '#160' ) ; 31 34 32 35 // Save the current IsDirty state. The XHTML processor may change the … … 142 145 if ( isBlockElement && FCKConfig.FillEmptyBlocks ) 143 146 { 144 this._AppendEntity( xmlNode, 'nbsp') ;147 this._AppendEntity( xmlNode, this._NbspEntity ) ; 145 148 return xmlNode ; 146 149 } -
FCKeditor/trunk/_whatsnew.html
r166 r167 74 74 href="https://sourceforge.net/tracker/?func=detail&aid=1659270&group_id=75348&atid=543653">SF 75 75 BUG-1659270</a>] ForcePasteAsPlainText didn't work in Firefox.</li> 76 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/114">#114</a>]The correct 77 entity is now used to fill empty blocks when ProcessHTMLEntities is disabled.</li> 76 78 </ul> 77 79 <h3>