Index: favorite_nodes.module =================================================================== --- favorite_nodes.module (revision 67) +++ favorite_nodes.module (working copy) @@ -630,6 +630,8 @@ $user = user_load(array('uid' => $uid)); + $output .= '
; + if (!$type) { $output .= t('Please select favorite type.'); } @@ -647,6 +649,8 @@ } $output .= theme('pager'); + $output .= '
'; + return $output; }