--- contemplate.module 2009-05-11 16:20:54.000000000 -0500 +++ contemplate.module 2009-08-01 11:51:15.000000000 -0500 @@ -369,7 +369,7 @@ function contemplate_edit_type_form(&$fo '#type' => 'checkbox', '#title' => ''. t('Affect RSS output') .'', '#default_value' => CONTEMPLATE_RSS_ENABLED & $template['flags'] ? TRUE : FALSE, - '#attributes' => array('toggletarget' => '#edit-rss'), + '#attributes' => array('toggletarget' => '#edit-rssfield'), '#description' => t('Note that if you do not enable this, Drupal will use either the teaser or body as specified in your RSS publishing settings.', array('@url' => url('admin/content/rss-publishing'))), );