Skip to content

Commit

Permalink
#22 xslt
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Nov 20, 2016
1 parent 09f77d8 commit 60191ce
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/main/xsl/index.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,11 @@
<xsl:if test="domains/domain">
<p>
<xsl:text>There are </xsl:text>
<strong><xsl:value-of select="count(domains/domain)"/></strong>
<xsl:text> domains registered now.</xsl:text>
<strong>
<xsl:value-of select="count(domains/domain)"/>
<xsl:text> domains</xsl:text>
</strong>
<xsl:text> registered now.</xsl:text>
<xsl:text> This is the list of </xsl:text>
<xsl:value-of select="$max"/>
<xsl:text> most active of them.</xsl:text>
Expand Down

0 comments on commit 60191ce

Please sign in to comment.