]> granicus.if.org Git - docbook-dsssl/commitdiff
Addressed tracker item #3444549: Using titleabbrev.markup mode instead of title.marku...
authorDavid Cramer <david@thingbag.net>
Tue, 29 Nov 2011 13:47:22 +0000 (13:47 +0000)
committerDavid Cramer <david@thingbag.net>
Tue, 29 Nov 2011 13:47:22 +0000 (13:47 +0000)
xsl/webhelp/xsl/webhelp.xsl

index f47ddedd4ef58c7c672f2b920e4d53870766fadc..c8e18240b3d36e77f67a16235dac74acaaf199fb 100644 (file)
@@ -704,7 +704,7 @@ border: none; background: none; font-weight: none; color: none; }
                             <xsl:value-of select="concat($label.markup,$autotoc.label.separator)"/>
                         </xsl:if>
                     </xsl:if>
-                    <xsl:apply-templates select="key('id',$rootid)" mode="title.markup"/>
+                    <xsl:apply-templates select="key('id',$rootid)" mode="titleabbrev.markup"/>
                 </xsl:variable>
                 <xsl:variable name="href">
                     <xsl:choose>
@@ -732,7 +732,7 @@ border: none; background: none; font-weight: none; color: none; }
                             <xsl:value-of select="concat($label.markup,$autotoc.label.separator)"/>
                         </xsl:if>
                     </xsl:if>
-                    <xsl:apply-templates select="/*" mode="title.markup"/>
+                    <xsl:apply-templates select="/*" mode="titleabbrev.markup"/>
                 </xsl:variable>
                 <xsl:variable name="href">
                     <xsl:choose>
@@ -842,7 +842,7 @@ border: none; background: none; font-weight: none; color: none; }
                     <xsl:value-of select="concat($label.markup,$autotoc.label.separator)"/>
                 </xsl:if>
             </xsl:if>
-            <xsl:apply-templates select="." mode="title.markup"/>
+            <xsl:apply-templates select="." mode="titleabbrev.markup"/>
         </xsl:variable>
 
         <xsl:variable name="href">