Skip to content

Commit

Permalink
missing 7 and 8 for version-suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
dsokolsky committed Apr 23, 2014
1 parent 6f8e306 commit a0dc9c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apidoc/view/page.xsl
Expand Up @@ -349,6 +349,8 @@
<xsl:choose>
<xsl:when test="$api:version eq '5.0'">5</xsl:when>
<xsl:when test="$api:version eq '6.0'">6</xsl:when>
<xsl:when test="$api:version eq '7.0'">7</xsl:when>
<xsl:when test="$api:version eq '8.0'">8</xsl:when>
<xsl:otherwise>
<xsl:text>Server </xsl:text>
<xsl:value-of select="$api:version"/>
Expand Down

0 comments on commit a0dc9c4

Please sign in to comment.