jdm/bugsahoy

The language list is not showing properly on the left column

Closed this issue · 2 comments

TPXP commented

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

Ack, thank you for pointing this out.

jdm commented

Fixed by 41ab832.