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/js/app.js | |
parent | fe3e67884d2947a635f0e3150860aaedb10bae9e (diff) |
#1485439: style fixes for IE6,7
Diffstat (limited to 'program/js/app.js')
-rw-r--r-- | 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 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="" />' : ' '; else col.innerHTML = cols[c]; |