Skip to content

Commit

Permalink
Move version added into the title for widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
kborchers committed Aug 30, 2012
1 parent 870a619 commit 0ef58af
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions entries2html-base.xsl
Expand Up @@ -40,10 +40,6 @@
<xsl:variable name="entry-pos" select="concat($entry-name-trans,$entry-index)"/>
<xsl:variable name="number-examples" select="count(example)"/>

<xsl:if test="./added">
<span class="versionAdded">version added: <xsl:value-of select="added"/></span>
</xsl:if>

<article>
<xsl:attribute name="id">
<xsl:value-of select="$entry-pos"/>
Expand Down Expand Up @@ -186,6 +182,9 @@
<span><xsl:value-of select="title"/></span>
</xsl:otherwise>
</xsl:choose>
<xsl:if test="./added">
<span class="versionAdded">version added: <xsl:value-of select="added"/></span>
</xsl:if>
</h2>
</xsl:template>

Expand Down

0 comments on commit 0ef58af

Please sign in to comment.