diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-12-09 17:44:45 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-12-09 17:44:45 +0000 |
| commit | d664168513404b08eb9501338240f177cf9c5199 (patch) | |
| tree | e8566d46f1461665d9dd2c3e16b2f0a40f625cf8 /roundcubemail/program/steps/mail | |
| parent | abb13835cc163385dce8467528d2f6071de9a75f (diff) | |
#1485439: style fixes for IE6,7
git-svn-id: https://svn.roundcube.net/trunk@2138 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps/mail')
| -rw-r--r-- | roundcubemail/program/steps/mail/func.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/mail/func.inc b/roundcubemail/program/steps/mail/func.inc index 93dae6660..696390e9f 100644 --- a/roundcubemail/program/steps/mail/func.inc +++ b/roundcubemail/program/steps/mail/func.inc @@ -323,7 +323,7 @@ function rcmail_message_list($attrib) if ($col!='attachment') $out .= '<td class="'.$col.'">' . $cont . "</td>\n"; else - $out .= sprintf("<td class=\"icon\">%s</td>\n", $attach_icon ? sprintf($image_tag, $skin_path, $attach_icon, '') : ''); + $out .= sprintf("<td class=\"icon\">%s</td>\n", $attach_icon ? sprintf($image_tag, $skin_path, $attach_icon, '') : ' '); } $out .= "</tr>\n"; |
