Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
#237 sort
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jan 20, 2018
1 parent 46dd001 commit 4a57bae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions xsl/pm/cost/equity.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ SOFTWARE.
<xsl:text>—</xsl:text>
</xsl:otherwise>
</xsl:choose>
<xsl:value-of select="cap"/>
<xsl:text>, total shares: </xsl:text>
<xsl:choose>
<xsl:when test="shares">
Expand All @@ -52,7 +51,9 @@ SOFTWARE.
</xsl:choose>
<xsl:text>.</xsl:text>
</p>
<xsl:apply-templates select="owners"/>
<xsl:apply-templates select="owners">
<xsl:sort select="." order="descending" data-type="number"/>
</xsl:apply-templates>
</xsl:template>
<xsl:template match="owners[not(owner)]">
<p>
Expand Down

0 comments on commit 4a57bae

Please sign in to comment.