From 20a1500c25aecb8286432426a7e99a172a6e0553 Mon Sep 17 00:00:00 2001 From: Friendika Date: Tue, 24 May 2011 20:59:56 -0700 Subject: [PATCH] open attachment in new window --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 . ''; } } }