git-svn-id: https://svn.libreccm.org/ccm/trunk@6059 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2019-05-18 13:57:07 +00:00
parent 195bde5a81
commit a82e94ff9e
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
</#function>
<#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>
<#function getPaginatorBaseUrl listId>
@ -185,7 +185,7 @@
</#function>
<#function getCategoryFilterCategoryLabel category>
<#return category["."]@@text>
<#return category.@@text>
</#function>