From b3a7d1c2af2451ab9e2652ca6dccfa8556442cbe Mon Sep 17 00:00:00 2001 From: Nathan Kinkade Date: Wed, 1 Apr 2009 12:04:56 +0000 Subject: Fixes a display error caused by the cherry-pick of the CSS sprites implementation. --- roundcubemail/program/steps/mail/func.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roundcubemail/program/steps/mail/func.inc b/roundcubemail/program/steps/mail/func.inc index e69551c1c..ccf91daee 100644 --- a/roundcubemail/program/steps/mail/func.inc +++ b/roundcubemail/program/steps/mail/func.inc @@ -312,7 +312,7 @@ function rcmail_message_list($attrib) $js_row_arr['expanded'] = true; $tree .= $header->has_children?'
 
':'
 
'; } - $tree .= sprintf("%s\n", $message_icon); + $tree .= $message_icon; $IMAP->set_charset(!empty($header->charset) ? $header->charset : $CONFIG['default_charset']); -- cgit v1.2.3