aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index cbbc280..b3a7b9c 100644
--- a/index.html
+++ b/index.html
@@ -80,7 +80,7 @@
}).append($("<code>").text(entry.name)),
);
- const cmpName = (a, b) => a.name < b.name ? -1 : 1;
+ const cmpName = (a, b) => a.name.toLowerCase() < b.name.toLowerCase() ? -1 : 1;
$(document).ready(
_ => getContributors()