#585 closed defect (bug) (fixed)
Remove invalid alt attribute
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | minor | |
Severity: | Version: | 1.0 | |
Component: | Keywords: | html | |
Cc: | lance@… |
Description
See bp-core/bp-core-templatetags.php
, line 529: the alt
attribute is applied to an anchor element, which is unnecessary (should be used for images only).
Attached is a patch file with the fix.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Patch for #585