Fixed foundry:shying function in Foundry, was removing hypens...
git-svn-id: https://svn.libreccm.org/ccm/trunk@3276 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
c603b21b67
commit
50cf3eb6ec
|
|
@ -942,7 +942,7 @@
|
|||
<xsl:function name="foundry:shying" as="xs:string">
|
||||
<xsl:param name="text" as="xs:string"/>
|
||||
|
||||
<xsl:sequence select="translate($text, '\-', '­')"/>
|
||||
<xsl:sequence select="translate($text, '\-', '\-­')"/>
|
||||
</xsl:function>
|
||||
|
||||
<xsl:function name="foundry:title" as="xs:string">
|
||||
|
|
|
|||
Loading…
Reference in New Issue