Changeset 1984
- Timestamp:
- 2008-05-10 19:05:18 (5 months ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/_source/internals/fck.js (modified) (1 diff)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/internals/fck.js
r1964 r1984 199 199 if ( oNewBlock || oNode.nodeValue.Trim().length > 0 ) 200 200 bMoveNode = true ; 201 break; 202 203 // Comment Node 204 case 8 : 205 if ( oNewBlock ) 206 bMoveNode = true ; 207 break; 201 208 } 202 209 -
FCKeditor/trunk/_whatsnew.html
r1983 r1984 85 85 to work including the <head> (FullPage), references to stylesheets added by Firefox extensions 86 86 won't be added to the output.</li> 87 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2168">#2168</a>] Comments won't generate new 88 paragraphs in the output.</li> 87 89 </ul> 88 90 <h3>