*** nodeteaser.module	2006-11-02 21:05:56.021136792 +0200
--- nodeteaser.new	2006-11-02 21:05:47.027504032 +0200
***************
*** 156,162 ****
  	$tlength = strlen(htmlentities($teaser));
  
  	if ((variable_get('nodeteaser_readmore', FALSE)) && (($blength > $tlength) || ($node->nodeteaser))) {
! 		$output .= "<p><a href=\"{$path}\">continue reading \"".$node->title."\"</a></p>";
  	}
  	return $output;
  }
--- 156,162 ----
  	$tlength = strlen(htmlentities($teaser));
  
  	if ((variable_get('nodeteaser_readmore', FALSE)) && (($blength > $tlength) || ($node->nodeteaser))) {
! 		$output .= "<p class='nodeteaser_readmore'><a href=\"{$path}\">" . t("continue reading \"%title\"", array ('%title' => check_plain ($node->title)) ) . "</a></p>";
  	}
  	return $output;
  }
