--- link_to_us.module.orig 2009-01-04 20:37:50.000000000 -0800 +++ link_to_us.module 2009-01-04 21:30:16.000000000 -0800 @@ -281,16 +281,16 @@ function theme_link_to_us_banners($links) { $output = '

'. check_plain(variable_get('link_to_us_header', '')) .'

'; if (count($links)) { foreach ($links as $link) { if (empty($link['banner'])) { - $output .= ''; + $output .= ''; $output .= ''; $output .= ''; } else { - $output .= ''; + $output .= ''; $output .= ''; $output .= ''; }