Index: rotor.module =================================================================== --- rotor.module (revision 281) +++ rotor.module (working copy) @@ -436,7 +436,7 @@ $output .= ''; $output .= ''; return $output; @@ -458,7 +458,7 @@ l($item->title, 'node/' . $item->nid . '/edit'), ($item->rotor_image ? theme('rotor_image', $item->rotor_image) - : $item->body), + : check_markup($item->body)), l(t('Edit'), 'node/' . $item->nid . '/edit') . ' | ' . l(t('Remove'), 'node/' . $item->nid . '/delete')