diff --git a/boot.php b/boot.php index 7fe97a8759..03689bde42 100644 --- a/boot.php +++ b/boot.php @@ -2569,7 +2569,7 @@ function prepare_body($item,$attach = false) { $title = ((strlen(trim($matches[4]))) ? escape_tags(trim($matches[4])) : escape_tags($matches[1])); $title .= ' ' . $matches[2] . ' ' . t('bytes'); - $s .= '' . $icon . ''; + $s .= '' . $icon . ''; } } }