Fix some typos in Mandalay

git-svn-id: https://svn.libreccm.org/ccm/trunk@2917 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2014-10-19 19:34:43 +00:00
parent 7060ca8c98
commit b8736f9e73
2 changed files with 4 additions and 3 deletions

View File

@ -200,6 +200,7 @@
</xsl:call-template>
</xsl:variable>
<xsl:if test="$setImage = 'true' and nav:attribute[@name='imageAttachments.image.id']">
<a>
<xsl:attribute name="href"><xsl:value-of select="nav:path"/></xsl:attribute>
@ -238,7 +239,7 @@
<xsl:value-of select="./givenname"/>
<xsl:text> </xsl:text>
</xsl:if>
<xsl:if test="string-length(./givenname) &gt; 0">
<xsl:if test="string-length(./surname) &gt; 0">
<xsl:value-of select="./surname"/>
</xsl:if>
<xsl:if test="string-length(./titlePost) &gt; 0">
@ -257,7 +258,7 @@
<xsl:value-of select="./givenname"/>
<xsl:text> </xsl:text>
</xsl:if>
<xsl:if test="string-length(./givenname) &gt; 0">
<xsl:if test="string-length(./surname) &gt; 0">
<xsl:value-of select="./surname"/>
</xsl:if>
<xsl:if test="string-length(./titlePost) &gt; 0">

View File

@ -285,7 +285,7 @@
<xsl:value-of select="./givenname"/>
<xsl:text> </xsl:text>
</xsl:if>
<xsl:if test="string-length(./givenname) &gt; 0">
<xsl:if test="string-length(./surname) &gt; 0">
<xsl:value-of select="./surname"/>
</xsl:if>
<xsl:if test="string-length(./titlepost) &gt; 0">