#1910 closed defect (bug) (fixed)
image posted in status loses its title attribute, trailing slash
Reported by: | ousep | Owned by: | |
---|---|---|---|
Milestone: | 1.2 | Priority: | minor |
Severity: | Version: | ||
Component: | Keywords: | ||
Cc: |
Description
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.
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [2672]) Allow title attribute in image tags. Fixes #1910