Thomas Bruederli
2014-06-18 9240c96339b26989f060c57c61a2677e2f1e502e
program/steps/mail/attachments.inc
@@ -180,6 +180,7 @@
                'onclick' => sprintf("return %s.command('remove-attachment','rcmfile%s', this)", rcmail_output::JS_OBJECT_NAME, $id),
                'title'   => $RCMAIL->gettext('delete'),
                'class'   => 'delete',
                'aria-label' => $RCMAIL->gettext('delete') . ' ' . $attachment['name'],
            ), $button);
            $content .= rcube::Q($attachment['name']);