From 1c8e74edce43443bfef1b0a5791ad9d5577b075d Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 17 Jul 2017 19:38:15 +0000 Subject: [PATCH] Attachments now look fine. --- include/text.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 . ''; } } }