diff -u -w -b -F^function -r1.63.2.7 amazon.module
--- amazon.module	15 Feb 2007 02:45:50 -0000	1.63.2.7
+++ amazon.module	26 Nov 2007 00:23:04 -0000
@@ -1467,7 +1467,7 @@ function theme_amazon_node($node) {
 
 function theme_amazon_related_link($node) {
   $output = '';
-  $output .= "<table class=\" class=\"amazontools_related\"><tr>";
+  $output .= "<table class=\"amazontools_related\"><tr>";
   $output .= "<td><a href=\"$node->detailpageurl\" target=\"_blank\">";
 	$module_dir = drupal_get_path('module', 'amazon');
   if ($node->smallimageurl) {

