diff --git a/ccm-navigation/web/themes/freemarker/ccm-navigation/object-list.ftl b/ccm-navigation/web/themes/freemarker/ccm-navigation/object-list.ftl index f205f8f26..7ccca4ac4 100644 --- a/ccm-navigation/web/themes/freemarker/ccm-navigation/object-list.ftl +++ b/ccm-navigation/web/themes/freemarker/ccm-navigation/object-list.ftl @@ -26,7 +26,7 @@ <#function getObjectCount listId> - <#return model["/bebop:page/*[id='${listId}']/nav:objectList/nav:paginator/@objectCount"]@@text> + <#return model["/bebop:page/*[id='${listId}']/nav:objectList/nav:paginator/@objectCount"].@@text> <#function getPaginatorBaseUrl listId> @@ -185,7 +185,7 @@ <#function getCategoryFilterCategoryLabel category> - <#return category["."]@@text> + <#return category.@@text>