]> granicus.if.org Git - docbook-dsssl/commitdiff
Fixed bug in hyphenate.verbatim.characters that kept the param from being honored...
authorDavid Cramer <david@thingbag.net>
Mon, 21 Feb 2005 18:30:11 +0000 (18:30 +0000)
committerDavid Cramer <david@thingbag.net>
Mon, 21 Feb 2005 18:30:11 +0000 (18:30 +0000)
xsl/fo/verbatim.xsl

index f7e20147179156f0ee4abd67c5133e4ebaa4fbbb..8499c84c7523a2f85f7a6e674e092a5728edb731 100644 (file)
       <xsl:text>&#x00AD;</xsl:text>
     </xsl:when>
     <xsl:when test="$hyphenate.verbatim.characters != '' and
-                    translate($hyphenate.verbatim.characters, $head, '') = ''">
+                    translate($head, $hyphenate.verbatim.characters, '') = ''">
       <xsl:value-of select="$head"/>
       <xsl:text>&#x00AD;</xsl:text>
     </xsl:when>