From a82e94ff9e17a0b6dd29c142b0e2eb880f6d8ff4 Mon Sep 17 00:00:00 2001 From: jensp Date: Sat, 18 May 2019 13:57:07 +0000 Subject: [PATCH] Typos git-svn-id: https://svn.libreccm.org/ccm/trunk@6059 8810af33-2d31-482b-a856-94f89814c4df --- .../web/themes/freemarker/ccm-navigation/object-list.ftl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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>