Skip to content

Commit

Permalink
Switching the ID on the options to option-name instead of entryname-o…
Browse files Browse the repository at this point in the history
…ptionname
  • Loading branch information
gnarf committed Jun 4, 2011
1 parent ba08822 commit 7a5f5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entries2html.xsl
Expand Up @@ -93,7 +93,7 @@
<xsl:variable name="option-name" select="@name" />
<xsl:variable name="option-type" select="@type" />
<dt>
<xsl:attribute name="id"><xsl:value-of select="$entry-name" />-<xsl:value-of select="$option-name" /></xsl:attribute>
<xsl:attribute name="id">option-<xsl:value-of select="$option-name" /></xsl:attribute>
<xsl:if test="added">
<span class="versionAdded">version added: <xsl:value-of select="added" /></span>
</xsl:if>
Expand Down

0 comments on commit 7a5f5c3

Please sign in to comment.