]> granicus.if.org Git - docbook-dsssl/commitdiff
Fixed #1680755 (keycombo joinchar default incorrect).
authorMauritz Jeanson <mj@johanneberg.com>
Thu, 15 Mar 2007 09:45:51 +0000 (09:45 +0000)
committerMauritz Jeanson <mj@johanneberg.com>
Thu, 15 Mar 2007 09:45:51 +0000 (09:45 +0000)
xsl/fo/inline.xsl
xsl/html/inline.xsl

index dab64325446e16cae1207184dc2cc07866cb057b..959b096ba3549897f475c02f011c21846b9826b4 100644 (file)
       <xsl:when test="$action='click'">-</xsl:when>
       <xsl:when test="$action='double-click'">-</xsl:when>
       <xsl:when test="$action='other'"></xsl:when>
-      <xsl:otherwise>-</xsl:otherwise>
+      <xsl:otherwise>+</xsl:otherwise>
     </xsl:choose>
   </xsl:variable>
   <xsl:for-each select="*">
index a917165ac9a098d99a4b92d6449406e7d4993ab7..558cdaa59de722ed868696d5aeb538107a21cbf6 100644 (file)
       <xsl:when test="$action='click'">-</xsl:when>
       <xsl:when test="$action='double-click'">-</xsl:when>
       <xsl:when test="$action='other'"></xsl:when>
-      <xsl:otherwise>-</xsl:otherwise>
+      <xsl:otherwise>+</xsl:otherwise>
     </xsl:choose>
   </xsl:variable>
   <xsl:for-each select="*">