diff --git a/apachesolr_attachments.module b/apachesolr_attachments.module
index 45ff2d9..d5787b0 100644
--- a/apachesolr_attachments.module
+++ b/apachesolr_attachments.module
@@ -695,7 +695,7 @@ function theme_apachesolr_search_snippets__file($vars) {
     $file_type = t('@filemime', array('@filemime' => $doc->ss_filemime));
   }
 
-  return implode(' ... ', $snippets) . '<span>' . $file_type . ' <em>attached to:</em>' . implode(', ', $parent_entity_links) . '</span>';
+  return implode(' ... ', $snippets['content']) . '<span>' . $file_type . ' <em>attached to:</em>' . implode(', ', $parent_entity_links) . '</span>';
 }
 
 /**
@@ -776,4 +776,4 @@ class ApachesolrAttachmentsEntityFieldQuery extends EntityFieldQuery {
     );
     return $this;
   }
-}
\ No newline at end of file
+}
