*** sharethis.php.orig	2008-08-22 02:22:02.000000000 -0400
--- sharethis.php	2009-04-08 06:25:00.000000000 -0400
***************
*** 178,184 ****
  function st_add_widget($content) {
  	if ((is_page() && get_option('st_add_to_page') != 'no') || (!is_page() && get_option('st_add_to_content') != 'no')) {
  		if (!is_feed()) {
! 			return $content.'<p>'.st_widget().'</p>';
  		}
  	}		
  
--- 178,184 ----
  function st_add_widget($content) {
  	if ((is_page() && get_option('st_add_to_page') != 'no') || (!is_page() && get_option('st_add_to_content') != 'no')) {
  		if (!is_feed()) {
! 			return $content.'<span class=sharethis_container>'.st_widget().'</span>';
  		}
  	}		
  
