summaryrefslogtreecommitdiff
path: root/program/js
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2008-12-09 17:44:45 +0000
committeralecpl <alec@alec.pl>2008-12-09 17:44:45 +0000
commitde2e0bfeb8bf6884ae4185b94d495a55322348ae (patch)
tree3f48ae385365d37fef664070b2a4fa560d64fe11 /program/js
parentfe3e67884d2947a635f0e3150860aaedb10bae9e (diff)
#1485439: style fixes for IE6,7
Diffstat (limited to 'program/js')
-rw-r--r--program/js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/js/app.js b/program/js/app.js
index 2795ccc59..c46997afa 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -3560,7 +3560,7 @@ function rcube_webmail()
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];