Changeset 313
- Timestamp:
- 2007-05-19 11:09:43 (3 years ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/_source/classes/fckenterkey.js (modified) (1 diff)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/classes/fckenterkey.js
r308 r313 177 177 178 178 // We could be in a nested LI. 179 if ( !previous && currentBlock .nodeName.IEquals( 'LI' ) && currentBlock.parentNode.parentNode.nodeName.IEquals( 'LI' ) )179 if ( !previous && currentBlock && currentBlock.nodeName.IEquals( 'LI' ) && currentBlock.parentNode.parentNode.nodeName.IEquals( 'LI' ) ) 180 180 { 181 181 this._OutdentWithSelection( currentBlock, range ) ; -
FCKeditor/trunk/_whatsnew.html
r310 r313 94 94 "sh", "shtml", "shtm" and "phtm" have been added to the list of denied extensions on 95 95 upload.</li> 96 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/453">#453</a>] No more 97 errors when hitting del inside an empty table cell.</li> 96 98 </ul> 97 99 <h3>