--- 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' => '<strong>'. t('Affect RSS output') .'</strong>',
       '#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 <a href="@url">RSS publishing settings</a>.', array('@url' => url('admin/content/rss-publishing'))),
     );
 
