summaryrefslogtreecommitdiff
path: root/roundcubemail/program/js
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-12-09 17:44:45 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-12-09 17:44:45 +0000
commitd664168513404b08eb9501338240f177cf9c5199 (patch)
treee8566d46f1461665d9dd2c3e16b2f0a40f625cf8 /roundcubemail/program/js
parentabb13835cc163385dce8467528d2f6071de9a75f (diff)
#1485439: style fixes for IE6,7
git-svn-id: https://svn.roundcube.net/trunk@2138 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/js')
-rw-r--r--roundcubemail/program/js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js
index 2795ccc59..c46997afa 100644
--- a/roundcubemail/program/js/app.js
+++ b/roundcubemail/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];