From d664168513404b08eb9501338240f177cf9c5199 Mon Sep 17 00:00:00 2001 From: alec Date: Tue, 9 Dec 2008 17:44:45 +0000 Subject: #1485439: style fixes for IE6,7 git-svn-id: https://svn.roundcube.net/trunk@2138 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/js') 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 = ''; } else if (c=='attachment') - col.innerHTML = attachment && this.env.attachmenticon ? '' : ''; + col.innerHTML = attachment && this.env.attachmenticon ? '' : ' '; else col.innerHTML = cols[c]; -- cgit v1.2.3