diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-12-09 17:44:45 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-12-09 17:44:45 +0000 |
| commit | d664168513404b08eb9501338240f177cf9c5199 (patch) | |
| tree | e8566d46f1461665d9dd2c3e16b2f0a40f625cf8 /roundcubemail/program/js | |
| parent | abb13835cc163385dce8467528d2f6071de9a75f (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.js | 2 |
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="" />' : ' '; else col.innerHTML = cols[c]; |
