Closed
Bug 302790
Opened 20 years ago
Closed 19 years ago
Rating (star) code linking to non-existent star image
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect)
addons.mozilla.org Graveyard
Public Pages
Tracking
(Not tracked)
RESOLVED
FIXED
1.0
People
(Reporter: fpwoshg, Assigned: Bugzilla-alanjstrBugs)
References
()
Details
At the time of writing the "Leet Key" extension has the following HTML for its
star rating in moreinfo.php:
<div class="rating" title="4.1 Stars out of 5">Rating:
<img src="../images/stars/star_icon.png" alt="4.1 stars out of 5 " height="20"
width="17">
<img src="../images/stars/star_icon.png" alt="" height="20" width="17">
<img src="../images/stars/star_icon.png" alt="" height="20" width="17">
<img src="../images/stars/star_icon.png" alt="" height="20" width="17">
<img src="../images/stars/star_00.png" alt="" height="20" width="17">
</div>
../images/stars/star_00.png doesn't exist, nor does it match the 0.1 in the alt
text.
http://lxr.mozilla.org/update1.0/source/extensions/moreinfo.php#287
It should probably be star_01
Easy fix - simply remove the image altogether and replace it with an ugly green blob! (See bug 332838 to get some better icons.)
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•