cornernote - 2006-01-23

around line 491 find this:
       for(var i=7; i>0; i--) {

Change to this:
       for(var i=50; i>0; i--) {