@ -63,7 +63,7 @@ define([
.attr("id", "kernel-" +ks.name)
.data('kernelspec', ks).append(
$('<a>')
.attr("aria-label","list item 1,"+ks.name)
.attr("aria-label","list item "+(i+1)+" "+ks.name)
.attr('href', '#')
.click($.proxy(this.new_notebook, this, ks.name))
.text(ks.spec.display_name)