jdm / bugsahoy

A landing page to make finding relevant bugs easier for new Mozilla contributors.
http://www.joshmatthews.net/bugsahoy/
69 stars 95 forks source link

The language list is not showing properly on the left column #66

Closed TPXP closed 10 years ago

TPXP commented 10 years ago

A typo in the source code prevents the language list to be displayed on the left column. This makes selecting a bug harder as you don't really know which language you have to know to fix the displayed bugs.

I'm new to github so I don't know how to commit the fix to the repo, but here's the fix : On line 54 in index.html, change " ["html", "HTML/CSS"]]" to " ["html", "HTML/CSS"]"

jdm commented 10 years ago

Ack, thank you for pointing this out.

jdm commented 10 years ago

Fixed by 41ab8324918b2a8305a295901f97435bd0074834.