Opened 15 years ago
Closed 15 years ago
#1328 closed defect (bug) (fixed)
Change avatar ID to avatar class [Has Patch]
Reported by: | r-a-y | Owned by: | |
---|---|---|---|
Milestone: | 1.1.3 | Priority: | trivial |
Severity: | Version: | ||
Component: | Keywords: | id, class, avatar, validation, has-patch | |
Cc: |
Description
In BP 1.1+, the user avatar currently uses the ID attribute.
eg.
<img id="user-1-avatar" ... />
However, if a user has multiple activity items in the same stream, the img avatar ID will be duplicated.
I suggest using "class" instead of "id".
Yes! This is trivial, but a little annoying for validation purposes.
Attachments (1)
Change History (5)
#1
@
15 years ago
- Keywords has-patch added
- Summary changed from Change avatar ID to avatar class to Change avatar ID to avatar class [Has Patch]
Note: See
TracTickets for help on using
tickets.
Just made a quick patch!