From: Friendika Date: Wed, 25 May 2011 03:59:56 +0000 (-0700) Subject: open attachment in new window X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=20a1500c25aecb8286432426a7e99a172a6e0553;p=friendica.git open attachment in new window --- 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 . ''; } } }