Fixed foundry:shying function in Foundry, was removing hypens...

git-svn-id: https://svn.libreccm.org/ccm/trunk@3276 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2015-03-05 18:47:06 +00:00
parent c603b21b67
commit 50cf3eb6ec
1 changed files with 1 additions and 1 deletions

View File

@ -942,7 +942,7 @@
<xsl:function name="foundry:shying" as="xs:string">
<xsl:param name="text" as="xs:string"/>
<xsl:sequence select="translate($text, '\-', '&shy;')"/>
<xsl:sequence select="translate($text, '\-', '\-&shy;')"/>
</xsl:function>
<xsl:function name="foundry:title" as="xs:string">