diff options
author | alecpl <alec@alec.pl> | 2008-12-09 17:44:45 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-12-09 17:44:45 +0000 |
commit | de2e0bfeb8bf6884ae4185b94d495a55322348ae (patch) | |
tree | 3f48ae385365d37fef664070b2a4fa560d64fe11 /program/steps/mail/func.inc | |
parent | fe3e67884d2947a635f0e3150860aaedb10bae9e (diff) |
#1485439: style fixes for IE6,7
Diffstat (limited to 'program/steps/mail/func.inc')
-rw-r--r-- | program/steps/mail/func.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc index 93dae6660..696390e9f 100644 --- a/program/steps/mail/func.inc +++ b/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"; |