Index: modules/rdf/rdf.module =================================================================== RCS file: /cvs/drupal/drupal/modules/rdf/rdf.module,v retrieving revision 1.33 diff -u -p -r1.33 rdf.module --- modules/rdf/rdf.module 27 Mar 2010 05:52:50 -0000 1.33 +++ modules/rdf/rdf.module 6 Apr 2010 14:54:42 -0000 @@ -483,6 +483,7 @@ function rdf_preprocess_node(&$variables $comment_count_attributes['property'] = $variables['node']->rdf_mapping['comment_count']['predicates']; $comment_count_attributes['content'] = $variables['node']->comment_count; $comment_count_attributes['datatype'] = $variables['node']->rdf_mapping['comment_count']['datatype']; + $comment_count_attributes['rel'] = ''; $variables['content']['links']['comment']['#links']['comment_comments']['attributes'] += $comment_count_attributes; } // In full node view, the number of comments is not displayed by