Index: comment.module =================================================================== RCS file: /cvs/drupal/drupal/modules/comment.module,v retrieving revision 1.333 diff -u -r1.333 comment.module --- comment.module 1 Feb 2005 19:45:58 -0000 1.333 +++ comment.module 5 Feb 2005 19:25:13 -0000 @@ -241,7 +241,7 @@ if (user_access('administer comments')) { $selected = isset($node->comment) ? $node->comment : variable_get("comment_$node->type", 2); $output = form_radios('', 'comment', $selected, array(t('Disabled'), t('Read only'), t('Read/write'))); - return form_group(t('User comments'), $output); + return form_group(t('User comments'), $output, NULL, TRUE); } break;