From fe3e8ee8547dbb7dab5b756056d688d2b8bfbd5f Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Wed, 15 Feb 2012 11:10:02 +0100 Subject: quattro: icons for attachments --- include/text.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/text.php') diff --git a/include/text.php b/include/text.php index 798e809d1..6beb5c9b2 100755 --- a/include/text.php +++ b/include/text.php @@ -799,10 +799,10 @@ function prepare_body($item,$attach = false) { case 'audio': case 'image': case 'text': - $icon = '
'; + $icon = '
'; break; default: - $icon = '
'; + $icon = '
'; break; } $title = ((strlen(trim($matches[4]))) ? escape_tags(trim($matches[4])) : escape_tags($matches[1])); -- cgit v1.2.3