#7764 closed defect (bug) (fixed)
BP Nouveau: Remove `px` units from image width and height attributes
Reported by: | mercime | Owned by: | mercime |
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Templates | Keywords: | has-patch |
Cc: |
Description
BP Nouveau's Activity Widget includes avatar of member cited in the blockquote shown below. Image width and height attritubes already return the rendered width and height of the image in CSS pixels by default in all browsers.
Change:
<img src="//www.gravatar.com/avatar/secret?s=40px&r=g&d=blank" class="avatar user-1-avatar avatar-40px photo" width="40px" height="40px" alt="Profile picture of admin">
To
<img src="//www.gravatar.com/avatar/secret?s=40px&r=g&d=blank" class="avatar user-1-avatar avatar-40px photo" width="40" height="40" alt="Profile picture of admin">
Patch coming up.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
In 11988: