Fixed a wrong file name for a settings file.
git-svn-id: https://svn.libreccm.org/ccm/trunk@3138 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
ab6916305d
commit
578995ebcb
|
|
@ -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)"/>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue