Closed Bug 302790 Opened 19 years ago Closed 19 years ago

Rating (star) code linking to non-existent star image

Categories

(addons.mozilla.org Graveyard :: Public Pages, defect)

defect
Not set
trivial

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: me, 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
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.