Fixing a typo in Mandalay
git-svn-id: https://svn.libreccm.org/ccm/trunk@2916 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
eee5011070
commit
7060ca8c98
|
|
@ -263,7 +263,7 @@
|
|||
<xsl:value-of select="./givenname"/>
|
||||
<xsl:text> </xsl:text>
|
||||
</xsl:if>
|
||||
<xsl:if test="string-length(./givenname) > 0">
|
||||
<xsl:if test="string-length(./surname) > 0">
|
||||
<xsl:value-of select="./surname"/>
|
||||
</xsl:if>
|
||||
<xsl:if test="string-length(./titlepost) > 0">
|
||||
|
|
|
|||
Loading…
Reference in New Issue