Index: apachesolr_attachments.module =================================================================== --- apachesolr_attachments.module (revision 686) +++ apachesolr_attachments.module (working copy) @@ -198,7 +198,7 @@ $node_link = t('attached to: !node_link', array('!node_link' => l($item['node']->ss_file_node_title, 'node/'. $nid))); $icon = theme('filefield_icon', array('filemime' => $item['node']->ss_filemime)); $file_type = t('!icon @filemime', array('@filemime' => $item['node']->ss_filemime, '!icon' => $icon)); - $item['snippet'] .= '
' . $file_type .' '. $node_link . '
'; + $item['snippet'] .= '' . $file_type .' '. $node_link . ''; $item['extra'] = array(); $item['type'] = t('File attachment'); }