[buddypress-trac] [BuddyPress] #1910: image posted in status loses its title attribute, trailing slash
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Thu Feb 11 12:47:11 UTC 2010
#1910: image posted in status loses its title attribute, trailing slash
-------------------+--------------------------------------------------------
Reporter: ousep | Owner:
Type: defect | Status: new
Priority: minor | Milestone: 1.2
Keywords: |
-------------------+--------------------------------------------------------
If I post an image in my status (with attributes alt, title, height and
width or any combination of the above), the title attribute gets stripped
out.
In all cases, the trailing slash gets stripped as well.
My input:
{{{
<img src="http://buddypress.org/wp-content/themes/buddypress.org/images
/about-screens/profile.gif" title="TITLE" alt="ALT" />
}}}
The output I get is:
{{{
<img src="http://buddypress.org/wp-content/themes/buddypress.org/images
/about-screens/profile.gif" alt="ALT">
}}}
Titles work fine if links are posted.
--
Ticket URL: <http://trac.buddypress.org/ticket/1910>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list