diff --git a/include/text.php b/include/text.php index 43cdad8ba6..57881e9293 100644 --- a/include/text.php +++ b/include/text.php @@ -1424,7 +1424,7 @@ function prepare_body(&$item, $attach = false, $preview = false) { $title .= ' ' . $mtch[2] . ' ' . t('bytes'); if (($filetype == 'image') AND ($item['network'] == NETWORK_OSTATUS)) { - $icon = ''; + $icon = ''; } else { $icon = '
'; }