diff options
Diffstat (limited to 'program/steps/mail/upload.inc')
-rw-r--r-- | program/steps/mail/upload.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/program/steps/mail/upload.inc b/program/steps/mail/upload.inc index a519ddbe6..4a59b8b52 100644 --- a/program/steps/mail/upload.inc +++ b/program/steps/mail/upload.inc @@ -50,7 +50,6 @@ if (is_array($_FILES['_attachments']['tmp_name'])) { if (is_file($icon = $CONFIG['skin_path'] . '/images/icons/remove-attachment.png')) { $button = html::img(array( 'src' => $icon, - 'border' => 0, 'alt' => rcube_label('delete'), 'style' => "padding-right:2px;vertical-align:middle", )); |