Changeset 253
- Timestamp:
- 2007-04-16 22:10:24 (19 months ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/_source/internals/fckdomtools.js (modified) (1 diff)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/internals/fckdomtools.js
r216 r253 79 79 { 80 80 node.removeChild( eChildNode ) ; 81 82 // If the node now is empty then append a to visually keep the same appearance (#325) 83 if ( node.lastChild === null && FCKConfig.FillEmptyBlocks ) 84 node.appendChild( FCKTools.GetElementDocument( node ).createTextNode( String.fromCharCode(160) ) ); 81 85 continue ; 82 86 } -
FCKeditor/trunk/_whatsnew.html
r252 r253 54 54 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/338">#338</a>] Creating links in 55 55 lines separated by <br> in IE can lead to a merge of the links.</li> 56 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/325">#325</a>] Calling the GetXHTML 57 can distort visually the rendering in Firefox.</li> 56 58 </ul> 57 59 <h3>