Skip to content

Commit

Permalink
#5 s
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed May 27, 2024
1 parent 08bac64 commit 55275d9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion xsl/index.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,11 @@ SOFTWARE.
</a>
<xsl:text>: </xsl:text>
<xsl:value-of select="count(fb/f)"/>
<xsl:text> facts, </xsl:text>
<xsl:text> fact</xsl:text>
<xsl:if test="count(fb/f) != 1">
<xsl:text>s</xsl:text>
</xsl:if>
<xsl:text>, </xsl:text>
<xsl:value-of select="fb/@size"/>
<xsl:text> bytes, version </xsl:text>
<xsl:value-of select="fb/@version"/>
Expand Down

0 comments on commit 55275d9

Please sign in to comment.