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/js/app.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/program/js/app.js b/program/js/app.js
index 2795ccc..c46997a 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -3560,7 +3560,7 @@
           col.innerHTML = '<img src="'+this.env.unflaggedicon+'" alt="" />';
       }
       else if (c=='attachment')
-        col.innerHTML = attachment && this.env.attachmenticon ? '<img src="'+this.env.attachmenticon+'" alt="" />' : '';
+        col.innerHTML = attachment && this.env.attachmenticon ? '<img src="'+this.env.attachmenticon+'" alt="" />' : '&nbsp;';
       else
         col.innerHTML = cols[c];
 

--
Gitblit v1.9.1