You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by mi...@apache.org on 2015/03/28 01:21:36 UTC

svn commit: r1669716 [2/2] - in /jmeter/branches/docs-2.13: ./ docs/ docs/usermanual/ xdocs/stylesheets/

Modified: jmeter/branches/docs-2.13/xdocs/stylesheets/website-style.xsl
URL: http://svn.apache.org/viewvc/jmeter/branches/docs-2.13/xdocs/stylesheets/website-style.xsl?rev=1669716&r1=1669715&r2=1669716&view=diff
==============================================================================
--- jmeter/branches/docs-2.13/xdocs/stylesheets/website-style.xsl (original)
+++ jmeter/branches/docs-2.13/xdocs/stylesheets/website-style.xsl Sat Mar 28 00:21:35 2015
@@ -298,11 +298,13 @@
   <xsl:template match="subsection">
     <div class="subsection">
       <h2>
-        <xsl:value-of select="@name" />
         <xsl:if test="@anchor">
           <xsl:attribute name="id">
             <xsl:value-of select="translate(normalize-space(@anchor), ' ' , '_')" />
           </xsl:attribute>
+        </xsl:if>
+        <xsl:value-of select="@name" />
+        <xsl:if test="@anchor">
           <xsl:call-template name="sectionlink">
             <xsl:with-param name="anchor" select="@anchor" />
           </xsl:call-template>