Opened 17 years ago
Closed 17 years ago
#1328 closed defect (bug) (fixed)
Change avatar ID to avatar class [Has Patch]
| Reported by: | r-a-y | Owned by: | |
|---|---|---|---|
| Priority: | trivial | Milestone: | 1.1.3 |
| Component: | Version: | ||
| Severity: | 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
@
17 years ago
- Keywords has-patch added
- Summary Change avatar ID to avatar class → Change avatar ID to avatar class [Has Patch]
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Just made a quick patch!