From 00a867a05fafb0954d0f5ad4389e60d4acb83e0e Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Thu, 11 Jul 2019 13:28:43 +0200 Subject: [PATCH] Make attachment list :empty selector work --- program/steps/mail/compose.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/steps/mail/compose.inc b/program/steps/mail/compose.inc index 7569b07f2..99a4ec840 100644 --- a/program/steps/mail/compose.inc +++ b/program/steps/mail/compose.inc @@ -1197,7 +1197,7 @@ function rcmail_compose_attachment_list($attrib) if (!$attrib['id']) $attrib['id'] = 'rcmAttachmentList'; - $out = "\n"; + $out = ""; $jslist = array(); $button = '';