Index: atom.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/atom/atom.module,v retrieving revision 1.20 diff -u -F^f -r1.20 atom.module --- atom.module 13 Jan 2006 04:03:55 -0000 1.20 +++ atom.module 18 Oct 2006 19:48:09 -0000 @@ -170,13 +175,13 @@ function _atom_print_feed($nodes, $feed_ } // Summary $output .= ' teaser); + $output .= $item->teaser; $output .= " ]]>\n"; // Body $output .= ' nid, variable_get('atom_ad_code', ''))) : ''; - $output .= check_markup($item->body); + $output .= $item->body; $output .= variable_get('atom_ad_location', 'off') == 'append' ? str_replace('%link', urlencode($link), str_replace('%id', $node->nid, variable_get('atom_ad_code', ''))) : ''; $output .= " ]]>\n"; $output .= " \n";