diff --git a/print_bug_page.php b/print_bug_page.php index 46aa9a5cff..d03944c476 100644 --- a/print_bug_page.php +++ b/print_bug_page.php @@ -529,7 +529,9 @@ $c_filesize = number_format( $t_attachment['size'] ); $c_date_added = date( config_get( 'normal_date_format' ), $t_attachment['date_added'] ); if( isset( $t_attachment['icon'] ) ) { - echo '', $t_attachment['icon']['alt'], ' '; + echo ' '; + } else { + echo ' '; } echo $c_filename . ' (' .$c_filesize . ') ' . $c_date_added . '
' . $c_download_url;