From de2e0bfeb8bf6884ae4185b94d495a55322348ae Mon Sep 17 00:00:00 2001 From: alecpl Date: Tue, 9 Dec 2008 17:44:45 +0000 Subject: #1485439: style fixes for IE6,7 --- program/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/js') 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 = ''; } 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