diff --git a/include/text.php b/include/text.php index 57881e9293..83588731fc 100644 --- a/include/text.php +++ b/include/text.php @@ -1425,11 +1425,12 @@ function prepare_body(&$item, $attach = false, $preview = false) { if (($filetype == 'image') AND ($item['network'] == NETWORK_OSTATUS)) { $icon = ''; + $s .= '
' . $icon . ''; } else { $icon = '
'; + $as .= '' . $icon . ''; } - $as .= '' . $icon . ''; } } }