Fixed a wrong file name for a settings file.

git-svn-id: https://svn.libreccm.org/ccm/trunk@3138 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2015-02-12 10:45:23 +00:00
parent ab6916305d
commit 578995ebcb
1 changed files with 1 additions and 1 deletions

View File

@ -2610,7 +2610,7 @@
<xsl:for-each select="show-text | show-page-title"> <xsl:for-each select="show-text | show-page-title">
<xsl:apply-templates select="."/> <xsl:apply-templates select="."/>
<xsl:if test="position() != last()"> <xsl:if test="position() != last()">
<xsl:value-of select="foundry:get-setting('layout-parser', <xsl:value-of select="foundry:get-setting('global',
'title/separator', 'title/separator',
' - ', ' - ',
../separator)"/> ../separator)"/>