Index: node.module =================================================================== RCS file: /cvs/drupal/drupal/modules/node.module,v retrieving revision 1.439 diff -u -F^fun -r1.439 node.module --- node.module 11 Jan 2005 09:41:49 -0000 1.439 +++ node.module 16 Jan 2005 08:43:19 -0000 @@ -1220,6 +1220,7 @@ function node_form($edit) { $output .= form_hidden('type', $edit->type); // Add the buttons. + $output .= '
'; $output .= form_submit(t('Preview')); if (!form_get_errors()) {