Index: modules/node.module =================================================================== RCS file: /cvs/drupal/drupal/modules/node.module,v retrieving revision 1.467 diff -u -F^f -r1.467 node.module --- modules/node.module 21 Feb 2005 19:47:44 -0000 1.467 +++ modules/node.module 24 Feb 2005 09:15:38 -0000 @@ -1489,19 +1489,9 @@ function node_preview($node) { $node->teaser = node_teaser($node->body); } - // Previewing alters $node so it needs to be cloned. - $edit = clone($node); // Display a preview of the node: - if ($node->teaser && $node->teaser != $node->body) { - $output = '
'. t('The trimmed version of your post shows what your post looks like when promoted to the main page or when exported for syndication. You can insert the delimiter "<!--break-->" (without the quotes) to fine-tune where your post gets split.') .'
'; - $output .= ''. t('The trimmed version of your post shows what your post looks like when promoted to the main page or when exported for syndication. You can insert the delimiter "<!--break-->" (without the quotes) to fine-tune where your post gets split.') .'
'; + $output .= '