Ticket #631 (new enhancement)

Opened 6 months ago

Last modified 1 month ago

[PATCH] Remove size attribute from page_attachments r:attachment:image tag

Reported by: martins Assigned to:
Priority: minor Milestone: Extensions
Component: extensions Keywords: page_attachments
Cc:

Description

When using <r:attachment:image name="somename.jpg" size="somesize" /> we get invalid markup:

<img src="..." size="somesize" />

Size attribute is included in img tag attributes.

This patch fixes this small issue.

Attachments

page_attachments_image_size.patch (0.8 kB) - added by martins on 03/15/08 04:00:43.
Remove size attribute from r:attachment:image tag before expanding

Change History

03/15/08 04:00:43 changed by martins

  • attachment page_attachments_image_size.patch added.

Remove size attribute from r:attachment:image tag before expanding

03/15/08 04:01:59 changed by martins

  • summary changed from Remove size attribute from page_attachments r:attachment:image tag to [PATCH] Remove size attribute from page_attachments r:attachment:image tag.

07/27/08 18:31:10 changed by seancribbs

  • milestone set to Extensions.