diff -u -r ljxp.orig/ljxp.module ljxp/ljxp.module
--- ljxp.orig/ljxp.module	2010-01-07 11:26:19.000000000 +0300
+++ ljxp/ljxp.module	2010-01-09 22:08:32.708487000 +0300
@@ -430,6 +430,7 @@
     case 'lj-cut':
       $body = str_replace($node->teaser, '', $node->body);
       // Output cut only in body has something except teaser.
+      $body = str_replace('<!--break-->','',$body);
       if(trim($body)) {
         $cut = $ljxp->cut_text ? ('<lj-cut text="' . $ljxp->cut_text . '">') : '<lj-cut>';
         $body = $cut . check_markup($body, $node->format, true);
Only in ljxp.orig: ljxp.module.orig
Only in ljxp: ljxp.module~
