From: Michael Date: Sat, 15 Jul 2017 04:02:12 +0000 (+0000) Subject: The attached image has now a class X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b49a36f9499c561399d7d4af447f4727e0bf5074;p=friendica.git The attached image has now a class --- 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 = '
'; }