From de2e0bfeb8bf6884ae4185b94d495a55322348ae Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Tue, 09 Dec 2008 12:44:45 -0500
Subject: [PATCH] #1485439: style fixes for IE6,7

---
 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 93dae66..696390e 100644
--- a/program/steps/mail/func.inc
+++ b/program/steps/mail/func.inc
@@ -323,7 +323,7 @@
       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, '') : '&nbsp;');
       }
 
     $out .= "</tr>\n";

--
Gitblit v1.9.1