Fixed a typo in Foundry.

git-svn-id: https://svn.libreccm.org/ccm/trunk@3898 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2016-03-01 13:30:00 +00:00
parent 3a57117a6a
commit 4358141570
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
then ./@useCategoryMenu
else 'categoryMenu'"/>
<xsl:variable name="useRootCategoryIndexItemTitle"
select="if(./@useRootIndexItemCategoryTitle)
select="if(./@useRootCategoryIndexItemTitle)
then foundry:boolean(./@useRootCategoryIndexItemTitle)
else false()"/>