From 7b84347047afec7ce71f94d7d70adfa55bee483d Mon Sep 17 00:00:00 2001 From: Mark DePristo Date: Sun, 24 Jul 2011 18:19:40 -0400 Subject: [PATCH] Main index is sorted by the template now. --- settings/helpTemplates/generic.index.template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/helpTemplates/generic.index.template.html b/settings/helpTemplates/generic.index.template.html index b9abd7909..6c9e9f4e8 100644 --- a/settings/helpTemplates/generic.index.template.html +++ b/settings/helpTemplates/generic.index.template.html @@ -26,7 +26,7 @@

GATK documentation index

<@headerInfo /> - <#list groups as group> + <#list groups?sort_by("name") as group> <@emitGroup group=group/>