Closed (won't fix)
Project:
Simplenews
Version:
6.x-1.0-rc4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Jan 2009 at 15:41 UTC
Updated:
23 Feb 2010 at 15:33 UTC
When adding an attachment to a newsletter issue, the link that is displayed in the received email contains the size number or the attachment. Example. http://www.drupal.org/sites/files/document.pdf45 KB. Just an example, but the number is included in the link. The newsletter was sent in plain text format.
Comments
Comment #1
sutharsan commentedThis html:
Is converted to:
I see no general rule to apply which prevents this from happening. I advise you to theme the attachment and add a space in front of the number of bytes.
Comment #2
ao2 commentedHi I resolved by theming the attachment table so that the size isn't shown at all.
Put this in
upload_attachments.tpl.phpinto your theme directory and refresh the theme list: