diff --git a/fblikebutton.module b/fblikebutton.module index 44b8510..c610efd 100644 --- a/fblikebutton.module +++ b/fblikebutton.module @@ -233,6 +233,6 @@ function _fblikebutton_field($webpage_to_like, $conf) { $language = ($conf['language']) ? '&locale=' . $conf['language'] : ''; $params = "href={$webpage_to_like}&layout={$layout}&show_faces={$show_faces}&width={$width}&font={$font}&height={$height}&action={$action}&colorscheme={$colorscheme}{$language}&send=false"; $src = htmlentities($params); - $output = ''; + $output = ''; return $output; }