summaryrefslogtreecommitdiffstats
path: root/src/template.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/template.cpp')
-rw-r--r--src/template.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/template.cpp b/src/template.cpp
index f9dd73e..af012e9 100644
--- a/src/template.cpp
+++ b/src/template.cpp
@@ -1146,7 +1146,7 @@ class FilterAlphaIndex
indexList = TemplateList::alloc();
indexNode->set("letter", keyToLetter(elem->key));
indexNode->set("label", keyToLabel(elem->key));
- indexNode->set("classes",indexList);
+ indexNode->set("items",indexList);
result->append(indexNode);
letter=elem->key;
}