Index: biblio.module =================================================================== --- biblio.module (revision 226) +++ biblio.module (working copy) @@ -2051,7 +2051,7 @@ $output .= '   '. t('Download') .': '; $output .= ''; foreach ($node->files as $file) { - $output .= ' ' . $file->filename . ' '; + $output .= ' ' . $file->filename . ' '; } $output .= ''; }