]> granicus.if.org Git - docbook-dsssl/commitdiff
Fixed bug where webhelp.default.topic was not being used if it was set
authorDavid Cramer <david@thingbag.net>
Wed, 6 Jul 2011 19:47:10 +0000 (19:47 +0000)
committerDavid Cramer <david@thingbag.net>
Wed, 6 Jul 2011 19:47:10 +0000 (19:47 +0000)
xsl/webhelp/xsl/webhelp.xsl

index d0def578e79091ea5452b335b6a84cde81c7e7ff..187a27f38caa3db0a2ae1a9f8a570f6f2364c571 100755 (executable)
@@ -773,7 +773,7 @@ These problems go away when you add this IE=7 mode meta tag.
         <xsl:variable name="default.topic">
             <xsl:choose>
                 <xsl:when test="$webhelp.default.topic != ''">
-                    <xsl:value-of select="$htmlhelp.default.topic"/>
+                    <xsl:value-of select="$webhelp.default.topic"/>
                 </xsl:when>
                 <xsl:when test="$htmlhelp.default.topic != ''">
                     <xsl:value-of select="$htmlhelp.default.topic"/>