From ba5c6727bf19c7b5bc8bac41ae1039b50a6e9d60 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Tue, 3 Sep 2019 14:59:10 +0200 Subject: [PATCH] sort code snippets aplhabetically --- templates/code/index.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/code/index.html.ep b/templates/code/index.html.ep index 54f958c..989d0c5 100644 --- a/templates/code/index.html.ep +++ b/templates/code/index.html.ep @@ -14,7 +14,7 @@ column in this dataset % } -% foreach my $depends ( keys %$snippets ) { +% foreach my $depends ( sort { lc $a cmp lc $b } keys %$snippets ) {

<%= $depends %>