Index: acidfree.module =================================================================== --- acidfree.module (revision 550) +++ acidfree.module (working copy) @@ -159,6 +159,12 @@ ); return $node; } else { + if ($teaser) { + $output = check_markup($node->teaser, $node->format, FALSE); + $node->content['body'] = array('#value' => $output); + return $node; + } + /* here is !$teaser && !$page */ static $head_set; if (!$head_set) { $size = _acidfree_get_sizes('thumbnail');